Generic.xaml 397 B

12345678910
  1. <ResourceDictionary
  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:Waaagh">
  5. <ResourceDictionary.MergedDictionaries>
  6. <ResourceDictionary Source="Waaagh;component/Themes/CustomControl/WaaaghWindow.xaml"/>
  7. </ResourceDictionary.MergedDictionaries>
  8. </ResourceDictionary>