2025-07-11 09:20:23 +08:00
|
|
|
<Application x:Class="WPFDark.Gallery.App"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:local="clr-namespace:WPFDark.Gallery"
|
2025-07-31 20:12:24 +08:00
|
|
|
xmlns:controls="https://github.com/WPFDark"
|
2025-07-11 09:20:23 +08:00
|
|
|
StartupUri="MainWindow.xaml">
|
|
|
|
|
<Application.Resources>
|
2025-07-31 20:12:24 +08:00
|
|
|
<ResourceDictionary>
|
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
|
<controls:ControlsDictionary />
|
|
|
|
|
<controls:ThemesDictionary />
|
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
|
</ResourceDictionary>
|
2025-07-11 09:20:23 +08:00
|
|
|
</Application.Resources>
|
|
|
|
|
</Application>
|