From 29e2a5662764bfa7a2be23d7762a8d351e92a94f Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Thu, 16 Feb 2023 21:50:31 +0100 Subject: [PATCH] Add MemberListWindow --- WGneu/MainWindow.xaml | 5 ++++ WGneu/MainWindow.xaml.cs | 8 +++++- WGneu/MemberListWindow.xaml | 25 ++++++++++++++++ WGneu/MemberListWindow.xaml.cs | 51 +++++++++++++++++++++++++++++++++ WGneu/{ => Models}/Country.cs | 6 +++- WGneu/{ => Models}/Gradation.cs | 0 WGneu/Models/Member.cs | 23 +++++++++++++++ WGneu/WGContext.cs | 2 ++ WGneu/WGneu.csproj.user | 6 ++++ 9 files changed, 124 insertions(+), 2 deletions(-) create mode 100644 WGneu/MemberListWindow.xaml create mode 100644 WGneu/MemberListWindow.xaml.cs rename WGneu/{ => Models}/Country.cs (92%) rename WGneu/{ => Models}/Gradation.cs (100%) create mode 100644 WGneu/Models/Member.cs diff --git a/WGneu/MainWindow.xaml b/WGneu/MainWindow.xaml index 55d3786..eaca478 100644 --- a/WGneu/MainWindow.xaml +++ b/WGneu/MainWindow.xaml @@ -18,5 +18,10 @@