2025-08-29 14:57:55 +08:00
|
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
|
|
2025-09-02 18:41:07 +08:00
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
|
<ResourceDictionary Source="/Ramitta;component/Themes/CustomWindowStyle.xaml"/>
|
|
|
|
|
<ResourceDictionary Source="/Ramitta;component/Themes/vsStyle.xaml"/>
|
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
2025-08-29 14:57:55 +08:00
|
|
|
|
|
|
|
|
</ResourceDictionary>
|