17 lines
606 B
XML
17 lines
606 B
XML
<p:PrismApplication
|
|
x:Class="DI_Electrical.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:DI_Electrical"
|
|
xmlns:p="http://prismlibrary.com/">
|
|
<Application.Resources>
|
|
<ResourceDictionary>
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceDictionary Source="/SWS.WPF;component/Style/CustomStyles.xaml" />
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
</ResourceDictionary>
|
|
</Application.Resources>
|
|
</p:PrismApplication>
|