You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
749 B
15 lines
749 B
<Application x:Class="QYMessageCenter.Client.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:QYMessageCenter.Client"
|
|
xmlns:ctr="clr-namespace:QYMessageCenter.Client.Converters"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
<ResourceDictionary>
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceDictionary Source="/Resources/Themes/Generic.xaml"/>
|
|
</ResourceDictionary.MergedDictionaries>
|
|
<ctr:AppCodeConverter x:Key="appCodeCtr"/>
|
|
</ResourceDictionary>
|
|
</Application.Resources>
|
|
</Application>
|
|
|