Files
SzmediTools/KeyGen/App.xaml

21 lines
1.0 KiB
Plaintext
Raw Normal View History

2026-01-16 17:07:43 +08:00
<Application
x:Class="KeyGen.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:KeyGen"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern"
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
2026-02-23 11:21:51 +08:00
<ui:ThemeResources RequestedTheme="Light" />
2026-01-16 17:07:43 +08:00
<ui:XamlControlsResources />
2026-02-23 11:21:51 +08:00
<!--<ResourceDictionary Source="pack://application:,,,/iNKORE.UI.WPF.Modern;component/themes/themeresources.xaml" />
<ResourceDictionary Source="pack://application:,,,/iNKORE.UI.WPF.Modern;component/themes/controlsresources.xaml" />
<ResourceDictionary Source="pack://application:,,,/iNKORE.UI.WPF.Modern;component/themes/schemes/dark.xaml" />-->
2026-01-16 17:07:43 +08:00
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>