更新整理
This commit is contained in:
19
WPFAppTest/App.xaml
Normal file
19
WPFAppTest/App.xaml
Normal file
@@ -0,0 +1,19 @@
|
||||
<Application
|
||||
x:Class="WPFAppTest.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:wpf="https://github.com/ShrlAlgo/WPFluent"
|
||||
StartupUri="MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="pack://application:,,,/WPFluent;component/Themes/Light.xaml" />
|
||||
<!--<wpf:ThemesDictionary Theme="Light" />-->
|
||||
<wpf:ControlsDictionary />
|
||||
<!--<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Resources/Wpf.Ui.Extend.xaml" />-->
|
||||
<!--<ResourceDictionary Source="pack://application:,,,/ColorPicker;component/Styles/DefaultColorPickerStyle.xaml" />-->
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
<FontFamily x:Key="SegoeFluentIcons">pack://application:,,,/WpfApp;component/Fonts/#Segoe Fluent Icons</FontFamily>
|
||||
</ResourceDictionary>
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
Reference in New Issue
Block a user