Files
ShrlAlgoToolkit/WebUITest/App.xaml
ShrlAlgo 4d35cadb56 更新
2025-07-11 09:20:23 +08:00

16 lines
875 B
XML

<Application x:Class="WebUITest.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="ShrlAlgoWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/ShrlAlgo.Toolkit.Wpf;component/Themes/Colors.xaml"/>
<ResourceDictionary Source="/ShrlAlgo.Toolkit.Wpf;component/Themes/Controls.xaml"/>
<ResourceDictionary Source="/ShrlAlgo.Toolkit.Wpf;component/Themes/Generic.xaml"/>
<ResourceDictionary Source="/ShrlAlgo.Toolkit.Wpf;component/Controls/MaterialWindow.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>