2025-03-28 09:49:56 +08:00

13 lines
791 B
XML

<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" >
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/HiiShe.WPFUI;component/Themes/HSWindow.xaml" />
<ResourceDictionary Source="/HiiShe.WPFUI;component/Themes/HSNormalWindow.xaml" />
<ResourceDictionary Source="/HiiShe.WPFUI;component/Themes/HSTabItem.xaml" />
<ResourceDictionary Source="/HiiShe.WPFUI;component/Themes/HSImageButton.xaml" />
<ResourceDictionary Source="/HiiShe.WPFUI;component/Themes/HSTabControl.xaml" />
<ResourceDictionary Source="/HiiShe.WPFUI;component/Themes/HSButton.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>