17 lines
650 B
Plaintext
17 lines
650 B
Plaintext
|
|
<Application
|
||
|
|
x:Class="WPFluent.Gallery.App"
|
||
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
xmlns:local="clr-namespace:WPFluent.Gallery"
|
||
|
|
xmlns:ui="https://github.com/ShrlAlgo/WPFluent"
|
||
|
|
StartupUri="NavigateWindow.xaml">
|
||
|
|
<Application.Resources>
|
||
|
|
<ResourceDictionary>
|
||
|
|
<ResourceDictionary.MergedDictionaries>
|
||
|
|
<ui:ThemesDictionary Theme="Dark" />
|
||
|
|
<ui:ControlsDictionary />
|
||
|
|
</ResourceDictionary.MergedDictionaries>
|
||
|
|
</ResourceDictionary>
|
||
|
|
</Application.Resources>
|
||
|
|
</Application>
|