Files
ShrlAlgoToolkit/WebUITest/App.xaml
2025-07-31 20:12:24 +08:00

16 lines
878 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="MainWindow.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>