comparison Messaging/Client/App.xaml @ 30:8d574f2d4174

Cleaned up client
author adminsh@apollo
date Wed, 21 Mar 2012 22:26:48 +0000
parents 045dac571339
children
comparison
equal deleted inserted replaced
29:9919ee227c93 30:8d574f2d4174
1 <Application x:Class="Client.App" 1 <Application x:Class="Client.App"
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 StartupUri="MainWindow.xaml"> 4 StartupUri="UI\MainWindow.xaml">
5 <Application.Resources> 5 <Application.Resources>
6 6 <ResourceDictionary>
7 <ResourceDictionary.MergedDictionaries>
8 <ResourceDictionary Source="/Elysium.Theme;component/Themes/Generic.xaml" />
9 </ResourceDictionary.MergedDictionaries>
10 <!-- Bug in .Net 4: http://connect.microsoft.com/VisualStudio/feedback/details/555322/global-wpf-styles-are-not-shown-when-using-2-levels-of-references -->
11 <Style TargetType="{x:Type Window}" />
12 </ResourceDictionary>
7 </Application.Resources> 13 </Application.Resources>
8 </Application> 14 </Application>