프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / Markus.Service.StationController / App.xaml @ 92442e4a

이력 | 보기 | 이력해설 | 다운로드 (1.31 KB)

1
<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>
클립보드 이미지 추가 (최대 크기: 500 MB)