2025-08-15 15:25:44 +08:00
|
|
|
<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>
|
2025-09-04 18:28:02 +08:00
|
|
|
<ResourceDictionary Source="/SWS.WPF;component/Style/CustomStyles.xaml" />
|
2025-08-15 15:25:44 +08:00
|
|
|
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
</Application.Resources>
|
|
|
|
</p:PrismApplication>
|