App.xaml 741 B

1234567891011121314
  1. <Application x:Class="LRH.App"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:local="clr-namespace:LRH"
  5. StartupUri="MainWindow.xaml">
  6. <Application.Resources>
  7. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  8. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  9. <!--<ResourceDictionary.MergedDictionaries >
  10. <ResourceDictionary Source="/LRH;component/Themes/SystemColors.xaml"/>
  11. </ResourceDictionary.MergedDictionaries>-->
  12. </ResourceDictionary>
  13. </Application.Resources>
  14. </Application>