From 85c8783f7e4aa16bf8d07741d9276d80819d9224 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Sun, 28 Jan 2024 16:22:54 +0100 Subject: [PATCH] [#4] MemberAdminWindow: Add more input fields for email addresses --- Elwig/Windows/MemberAdminWindow.xaml | 34 ++++++- Elwig/Windows/MemberAdminWindow.xaml.cs | 120 ++++++++++++++++++------ 2 files changed, 121 insertions(+), 33 deletions(-) diff --git a/Elwig/Windows/MemberAdminWindow.xaml b/Elwig/Windows/MemberAdminWindow.xaml index 36ed4d6..c77068c 100644 --- a/Elwig/Windows/MemberAdminWindow.xaml +++ b/Elwig/Windows/MemberAdminWindow.xaml @@ -2,8 +2,6 @@ x:Class="Elwig.Windows.MemberAdminWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Elwig.Windows" Title="Mitglieder - Elwig" Height="700" Width="1250" MinHeight="650" MinWidth="1150" Loaded="Window_Loaded"> @@ -239,14 +237,42 @@ -