From 6e764aa043ab61b3c3015aff72967c4c1cfaa1ba Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Thu, 10 Aug 2023 08:49:17 +0200 Subject: [PATCH] Added flag-type editing to participant type, allowing participant to include several types --- src/RoleEditor/MainWindow.xaml | 3 +- src/RoleEditor/MainWindow.xaml.cs | 35 ++++++++++++++++++--- src/brecal.model/Participant.cs | 21 ++++++------- src/brecal.model/brecal.model.licenseheader | 15 +++++++++ 4 files changed, 57 insertions(+), 17 deletions(-) create mode 100644 src/brecal.model/brecal.model.licenseheader diff --git a/src/RoleEditor/MainWindow.xaml b/src/RoleEditor/MainWindow.xaml index b7953c7..7f3fd26 100644 --- a/src/RoleEditor/MainWindow.xaml +++ b/src/RoleEditor/MainWindow.xaml @@ -4,6 +4,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:RoleEditor" + xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" mc:Ignorable="d" Title="Bremen calling admin editor" Height="650" Width="800" Icon="Resources/lock_preferences.ico" Loaded="Window_Loaded"> @@ -66,7 +67,7 @@ - +