Generic.xaml 505 B

12345678
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <ResourceDictionary.MergedDictionaries >
  4. <ResourceDictionary Source="/LRH;component/Themes/SystemColors.xaml"/>
  5. <ResourceDictionary Source="/LRH;component/Themes/MenuButton.xaml"/>
  6. <ResourceDictionary Source="/LRH;component/Themes/Window.xaml"/>
  7. </ResourceDictionary.MergedDictionaries>
  8. </ResourceDictionary>