Generic.xaml 492 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 Source="Waaagh;component/Themes/CustomControl/NavigationBar.xaml"/>
  8. </ResourceDictionary.MergedDictionaries>
  9. </ResourceDictionary>