diff --git a/App.xaml b/App.xaml index 940e78c..67983ca 100644 --- a/App.xaml +++ b/App.xaml @@ -2,8 +2,14 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:WpfMaiTouchEmulator" + xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml" StartupUri="MainWindow.xaml"> - + + + + + + diff --git a/MainWindow.xaml b/MainWindow.xaml index 6d7686a..4da9091 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -3,61 +3,112 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml" mc:Ignorable="d" Closing="MainWindow_Closing" - Title="MainWindow" Height="400" Width="587" ResizeMode="CanMinimize" WindowStartupLocation="CenterScreen"> - - - - - - - -