markus / ConvertService / ServiceBase / Markus.Service.StationController / App.xaml @ 949d5058
이력 | 보기 | 이력해설 | 다운로드 (1.31 KB)
1 | 53c9637d | taeseongkim | <Application x:Class="Markus.Service.StationController.App" |
---|---|---|---|
2 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||
3 | xmlns:d="http://schemas.microsoft.com/expression/blend/2008" d1p1:Ignorable="d" |
||
4 | xmlns:wpf="http://materialdesigninxaml.net/winfx/xaml/themes" |
||
5 | xmlns:d1p1="http://schemas.openxmlformats.org/markup-compatibility/2006" |
||
6 | StartupUri="MainWindow.xaml"> |
||
7 | <Application.Resources>
|
||
8 | <ResourceDictionary>
|
||
9 | <ResourceDictionary.MergedDictionaries>
|
||
10 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Light.xaml" /> |
||
11 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" /> |
||
12 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Primary/MaterialDesignColor.Blue.xaml" /> |
||
13 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Accent/MaterialDesignColor.Purple.xaml" /> |
||
14 | </ResourceDictionary.MergedDictionaries>
|
||
15 | </ResourceDictionary>
|
||
16 | </Application.Resources>
|
||
17 | |||
18 | </Application> |