2025-02-10 20:53:40 +08:00
|
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
2025-04-24 20:56:44 +08:00
|
|
|
<ResourceDictionary Source="pack://application:,,,/WPFluent;component/Themes/Light.xaml" />
|
2025-02-10 20:53:40 +08:00
|
|
|
<ResourceDictionary Source="pack://application:,,,/WPFluent;component/Resources/Variables.xaml" />
|
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
|
</ResourceDictionary>
|