개정판 1c7f408a
mainWindow를 RadWindow로 변경
Change-Id: I0ac468f572b53cd39e832aed20e7d350b5c03d42
KCOM/App.xaml | ||
---|---|---|
2 | 2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
3 | 3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
4 | 4 |
xmlns:local="clr-namespace:KCOM" |
5 |
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" x:Class="KCOM.App" |
|
6 |
StartupUri="MainWindow.xaml"> |
|
5 |
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" x:Class="KCOM.App"> |
|
7 | 6 |
<Application.Resources> |
8 | 7 |
<ResourceDictionary> |
9 | 8 |
<ResourceDictionary.MergedDictionaries> |
... | ... | |
11 | 10 |
<ResourceDictionary/> |
12 | 11 |
<ResourceDictionary Source="Resources\DecodeImageTemplate.xaml"/> |
13 | 12 |
<ResourceDictionary Source="Resources\Theme_CustomControl.xaml"/> |
13 |
<ResourceDictionary Source="Resources\MainWindowStyle.xaml"/> |
|
14 | 14 |
<ResourceDictionary Source="Assets\RadGridViewStyleResourceDictionary.xaml"/> |
15 | 15 |
<ResourceDictionary Source="Messenger\StyleDictionary.xaml"/> |
16 | 16 |
<ResourceDictionary Source="/MarkupToPDF;component/themes/generic.xaml"/> |
내보내기 Unified diff