프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.StationController / App.xaml @ c6bf88fd

이력 | 보기 | 이력해설 | 다운로드 (877 Bytes)

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:d1p1="http://schemas.openxmlformats.org/markup-compatibility/2006"
5
             StartupUri="MainWindow.xaml">
6
    <Application.Resources>
7
        <ResourceDictionary>
8
            <ResourceDictionary.MergedDictionaries>
9
                <ResourceDictionary Source="Themes/DefaultThemes.xaml"/>
10
                <ResourceDictionary Source="Themes/MaterialDesignTheme.xaml"/>
11
                <ResourceDictionary Source="Themes/TelerikTheme.xaml"/>
12
            </ResourceDictionary.MergedDictionaries>
13
        </ResourceDictionary>
14
    </Application.Resources>
15
</Application>
클립보드 이미지 추가 (최대 크기: 500 MB)