Generic.xaml 434 B

12345678910
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  2. <ResourceDictionary.MergedDictionaries>
  3. <ResourceDictionary Source="/MuchInfo.Chart.WPF;component/Themes/Styles.xaml" />
  4. <ResourceDictionary Source="/MuchInfo.Chart.WPF;component/Themes/Chart.xaml" />
  5. </ResourceDictionary.MergedDictionaries>
  6. </ResourceDictionary>