diff --git a/PrototypWPFHAG/MainWindow.xaml b/PrototypWPFHAG/MainWindow.xaml index 6a87c50..0deb55e 100644 --- a/PrototypWPFHAG/MainWindow.xaml +++ b/PrototypWPFHAG/MainWindow.xaml @@ -12,21 +12,41 @@ TitleCharacterCasing="Normal" WindowTitleBrush="Firebrick" Icon="pack://application:,,,/Images/databaseicon.png" - ResizeMode="CanResizeWithGrip"> + ResizeMode="CanResizeWithGrip" + Loaded="Window_Loaded"> - - + + + - - - + + + + +<<<<<<< HEAD