Files
ShrlAlgo 4d35cadb56 更新
2025-07-11 09:20:23 +08:00

19 lines
1.2 KiB
XML

<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml">
<ResourceDictionary.MergedDictionaries>
<!--<ui:ThemesDictionary Theme="Dark" />
<ui:ControlsDictionary />-->
<!--<ResourceDictionary Source="pack://application:,,,/Wpf.Ui;component/Resources/Theme/Dark.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui;component/Resources/Wpf.Ui.xaml" />-->
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<!--<ResourceDictionary Source="pack://application:,,,/ShrlAlgo.Addin.Test;component/WPFBootstrapUI/Styles/Colors.xaml" />
<ResourceDictionary Source="pack://application:,,,/ShrlAlgo.Addin.Test;component/WPFBootstrapUI/Styles/Fonts.xaml" />
<ResourceDictionary Source="pack://application:,,,/ShrlAlgo.Addin.Test;component/WPFBootstrapUI/Themes/BootstrapUI.xaml" />-->
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>