Files
Shrlalgo.RvKits/RvAddinTest/WPFUI.xaml

12 lines
619 B
Plaintext
Raw Normal View History

2024-09-22 11:05:41 +08:00
<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.MergedDictionaries>
</ResourceDictionary>