2024-02-08 12:41:21 +08:00
|
|
|
<Application x:Class="WpfMaiTouchEmulator.App"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:local="clr-namespace:WpfMaiTouchEmulator"
|
2024-11-16 11:23:29 +08:00
|
|
|
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
|
2024-02-08 12:41:21 +08:00
|
|
|
StartupUri="MainWindow.xaml">
|
|
|
|
<Application.Resources>
|
2024-11-16 11:23:29 +08:00
|
|
|
<ResourceDictionary>
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
<ui:ThemesDictionary Theme="Light" />
|
|
|
|
<ui:ControlsDictionary />
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
</ResourceDictionary>
|
2024-02-08 12:41:21 +08:00
|
|
|
</Application.Resources>
|
|
|
|
</Application>
|