Generic.xaml 407 B

123456789
  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="AnimationButton.xaml" />
  5. <ResourceDictionary Source="DefaultToggleButton.xaml" />
  6. </ResourceDictionary.MergedDictionaries>
  7. </ResourceDictionary>