You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
655 B

  1. <Application x:Class="Example.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:Example"
  5. StartupUri="MainWindow.xaml">
  6. <Application.Resources>
  7. <ResourceDictionary>
  8. <ResourceDictionary.MergedDictionaries>
  9. <ResourceDictionary Source="/Styles/UIColors.xaml"/>
  10. <ResourceDictionary Source="/Styles/ButtonStyles.xaml"/>
  11. </ResourceDictionary.MergedDictionaries>
  12. </ResourceDictionary>
  13. </Application.Resources>
  14. </Application>