Generic.xaml 825 B

1234567891011
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <ResourceDictionary.MergedDictionaries>
  4. <ResourceDictionary Source="/SHJX.Service.CustomControl;component/Dashboard/Themes/Generic.xaml" />
  5. <ResourceDictionary Source="/SHJX.Service.CustomControl;component/SegmentControl/Themes/Generic.xaml" />
  6. <ResourceDictionary Source="/SHJX.Service.CustomControl;component/Heading/Themes/Generic.xaml" />
  7. <ResourceDictionary Source="/SHJX.Service.CustomControl;component/NavigationPanel/Themes/Generic.xaml" />
  8. <ResourceDictionary Source="/SHJX.Service.CustomControl;component/GroupBox/Themes/Generic.xaml" />
  9. </ResourceDictionary.MergedDictionaries>
  10. </ResourceDictionary>