添加项目文件。
This commit is contained in:
21
OrpaonEMS.App/App.xaml
Normal file
21
OrpaonEMS.App/App.xaml
Normal file
@@ -0,0 +1,21 @@
|
||||
<prism:PrismApplication
|
||||
x:Class="OrpaonEMS.App.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:OrpaonEMS.App"
|
||||
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
|
||||
xmlns:prism="http://prismlibrary.com/">
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<materialDesign:BundledTheme
|
||||
BaseTheme="Light"
|
||||
ColorAdjustment="{materialDesign:ColorAdjustment}"
|
||||
PrimaryColor="LightBlue"
|
||||
SecondaryColor="Green" />
|
||||
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" />
|
||||
<ResourceDictionary Source="pack://application:,,,/OrpaonEMS.Shared;component/Themes/Generic.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
</Application.Resources>
|
||||
</prism:PrismApplication>
|
||||
Reference in New Issue
Block a user