From 1195250b98172d34b8c49b85a81c21d1f26cdbac Mon Sep 17 00:00:00 2001 From: Nexusls Date: Thu, 13 Mar 2025 14:07:13 +0100 Subject: [PATCH] =?UTF-8?q?MOD:=20MainWindow=20with=20simple=20log=20in=20?= =?UTF-8?q?logic=20+=20connection=20to=20PostgreSQL=20(Database)=20ADD:=20?= =?UTF-8?q?SearchWindow=20with=20logic=20from=20Suchenfenster=20+=20"Zur?= =?UTF-8?q?=C3=BCck"-Button=20to=20change=20back=20to=20MainWindow=20DEL:?= =?UTF-8?q?=20SuchenFenster=20(exhcanged=20with=20Search=20Window)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PrototypWPFHAG/MainWindow.xaml | 33 ++-- PrototypWPFHAG/MainWindow.xaml.cs | 144 ++++++++++-------- PrototypWPFHAG/PrototypWPFHAG.csproj | 2 +- .../{SuchenFenster.xaml => SearchWindow.xaml} | 32 ++-- PrototypWPFHAG/SearchWindow.xaml.cs | 34 +++++ PrototypWPFHAG/SuchenFenster.xaml.cs | 1 - 6 files changed, 155 insertions(+), 91 deletions(-) rename PrototypWPFHAG/{SuchenFenster.xaml => SearchWindow.xaml} (74%) create mode 100644 PrototypWPFHAG/SearchWindow.xaml.cs delete mode 100644 PrototypWPFHAG/SuchenFenster.xaml.cs diff --git a/PrototypWPFHAG/MainWindow.xaml b/PrototypWPFHAG/MainWindow.xaml index 8e57ed9..368e9a2 100644 --- a/PrototypWPFHAG/MainWindow.xaml +++ b/PrototypWPFHAG/MainWindow.xaml @@ -12,21 +12,36 @@ TitleCharacterCasing="Normal" WindowTitleBrush="Firebrick" Icon="pack://application:,,,/Images/databaseicon.png" - ResizeMode="CanResizeWithGrip"> + ResizeMode="CanResizeWithGrip" + Loaded="Window_Loaded"> - - + + + - - - + + + + - -