12 lines
619 B
Plaintext
12 lines
619 B
Plaintext
|
|
<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>
|