markus / ConvertService / ServiceBase / Markus.Service.StationController / App.xaml @ 80391351
이력 | 보기 | 이력해설 | 다운로드 (877 Bytes)
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:d1p1="http://schemas.openxmlformats.org/markup-compatibility/2006" |
||
5 | StartupUri="MainWindow.xaml"> |
||
6 | <Application.Resources>
|
||
7 | <ResourceDictionary>
|
||
8 | <ResourceDictionary.MergedDictionaries>
|
||
9 | b92f142f | taeseongkim | <ResourceDictionary Source="Themes/DefaultThemes.xaml"/> |
10 | <ResourceDictionary Source="Themes/MaterialDesignTheme.xaml"/> |
||
11 | 31f18afa | taeseongkim | <ResourceDictionary Source="Themes/TelerikTheme.xaml"/> |
12 | 53c9637d | taeseongkim | </ResourceDictionary.MergedDictionaries>
|
13 | </ResourceDictionary>
|
||
14 | </Application.Resources>
|
||
15 | </Application> |