diff --git a/WinPlaza/App.xaml b/WinPlaza/App.xaml index ca8912c..42474cb 100644 --- a/WinPlaza/App.xaml +++ b/WinPlaza/App.xaml @@ -1,9 +1,8 @@  - - - + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:local="clr-namespace:WinPlaza" + StartupUri="MainWindow.xaml"> + + diff --git a/WinPlaza/MainWindow.xaml b/WinPlaza/MainWindow.xaml index e139d5d..e3b8a8e 100644 --- a/WinPlaza/MainWindow.xaml +++ b/WinPlaza/MainWindow.xaml @@ -5,60 +5,63 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:WinPlaza" mc:Ignorable="d" - Title="Nightwave.Net" Height="200" Width="480" Background="#FFF0F0F0" ResizeMode="CanMinimize"> - - - - - - - - - - - - - - + Title="Nightwave.Net" Height="200" Width="480" Background="#FFF0F0F0" ResizeMode="CanMinimize" Deactivated="Window_Deactivated" Activated="Window_Activated" UseLayoutRounding="True"> + + + + + + + + + + + + + +