23 lines
1.3 KiB
XML
23 lines
1.3 KiB
XML
<Application x:Class="C4IT_CustomerPanel.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
StartupUri="MainWindow.xaml"
|
|
xmlns:po="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
mc:Ignorable="po"
|
|
Startup="Appplication_Startup"
|
|
xmlns:help="clr-namespace:C4IT_CustomerPanel.libs" Exit="Application_Exit"
|
|
>
|
|
<Application.Resources>
|
|
<ResourceDictionary>
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceDictionary Source="/themes/ThemeDarkMain.xaml"/>
|
|
<ResourceDictionary Source="/themes/ThemeLightNav.xaml"/>
|
|
<ResourceDictionary Source="/F4SD-ResourceDictionaries/LightModeResources.xaml"/>
|
|
<ResourceDictionary Source="/F4SD-ResourceDictionaries/CheckBoxResources.xaml"/>
|
|
<ResourceDictionary Source="/F4SD-ResourceDictionaries/RadioButtonResources.xaml"/>
|
|
</ResourceDictionary.MergedDictionaries>
|
|
</ResourceDictionary>
|
|
</Application.Resources>
|
|
</Application>
|