From 69d51107352517613f241365790760125a35082c Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Thu, 9 Mar 2023 21:17:46 +0100 Subject: [PATCH] Cleanup --- WGneu/App.xaml | 2 -- WGneu/App.xaml.cs | 10 +++++---- WGneu/Documents/Template.cs | 35 ----------------------------- WGneu/Windows/MainWindow.xaml | 10 --------- WGneu/Windows/MainWindow.xaml.cs | 27 +++++++++------------- WGneu/Windows/MemberListWindow.xaml | 3 ++- 6 files changed, 18 insertions(+), 69 deletions(-) delete mode 100644 WGneu/Documents/Template.cs diff --git a/WGneu/App.xaml b/WGneu/App.xaml index 653a741..eb0d788 100644 --- a/WGneu/App.xaml +++ b/WGneu/App.xaml @@ -3,8 +3,6 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:WGneu" StartupUri="Windows\MainWindow.xaml" - Startup="App_Startup" - Exit="App_Exit" xmlns:ui="http://schemas.modernwpf.com/2019">