개정판 31f18afa
wcfClient App.config 추가
Change-Id: I12e683c43054cfac58bd8476d36f3dd16e3b670b
ConvertService/ServiceBase/Markus.Service.StationController/App.xaml | ||
---|---|---|
1 | 1 |
<Application x:Class="Markus.Service.StationController.App" |
2 | 2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
3 | 3 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" d1p1:Ignorable="d" |
4 |
xmlns:wpf="http://materialdesigninxaml.net/winfx/xaml/themes" |
|
5 | 4 |
xmlns:d1p1="http://schemas.openxmlformats.org/markup-compatibility/2006" |
6 | 5 |
StartupUri="MainWindow.xaml"> |
7 | 6 |
<Application.Resources> |
8 | 7 |
<ResourceDictionary> |
9 | 8 |
<ResourceDictionary.MergedDictionaries> |
10 |
<ResourceDictionary Source="Themes/MaterialDesignTheme.xaml"/> |
|
9 |
<ResourceDictionary Source="Themes/ControllerThemes.xaml"/> |
|
10 |
<ResourceDictionary Source="Themes/TelerikTheme.xaml"/> |
|
11 | 11 |
</ResourceDictionary.MergedDictionaries> |
12 | 12 |
</ResourceDictionary> |
13 | 13 |
</Application.Resources> |
내보내기 Unified diff