Generic.xaml 373 B

123456789
  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:Bolt.Toolkit.Wpf">
  5. <ResourceDictionary.MergedDictionaries>
  6. <ResourceDictionary Source="/Controls/Themes/Common.xaml" />
  7. </ResourceDictionary.MergedDictionaries>
  8. </ResourceDictionary>