- <Application x:Class="LRH.App"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="clr-namespace:LRH"
- StartupUri="MainWindow.xaml">
- <Application.Resources>
- <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
- <!--<ResourceDictionary.MergedDictionaries >
- <ResourceDictionary Source="/LRH;component/Themes/SystemColors.xaml"/>
- </ResourceDictionary.MergedDictionaries>-->
- </ResourceDictionary>
- </Application.Resources>
- </Application>
|