E2ETests: Refactor initial class structure
All checks were successful
Test / Run tests (push) Successful in 2m35s

This commit is contained in:
2024-07-07 14:35:54 +02:00
parent ddd821e478
commit 6b48a1090c
11 changed files with 238 additions and 210 deletions

View File

@ -1,9 +1,9 @@
<local:AdministrationWindow
x:Class="Elwig.Windows.MemberAdminWindow"
AutomationProperties.AutomationId="MemberAdminWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Elwig.Windows"
AutomationProperties.AutomationId="MemberAdminWindow"
Title="Mitglieder - Elwig" Height="700" Width="1250" MinHeight="650" MinWidth="1150"
Loaded="Window_Loaded">
<Window.Resources>