优化更新代码,添加界面功能并整合
This commit is contained in:
16
WPFluent.Gallery/App.xaml
Normal file
16
WPFluent.Gallery/App.xaml
Normal file
@@ -0,0 +1,16 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user