17 lines
612 B
Plaintext
17 lines
612 B
Plaintext
![]() |
<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="/DI-Electrical;component/Style/CustomStyles.xaml" />
|
||
|
|
||
|
</ResourceDictionary.MergedDictionaries>
|
||
|
|
||
|
</ResourceDictionary>
|
||
|
</Application.Resources>
|
||
|
</p:PrismApplication>
|