E2ETests: Refactor initial class structure
All checks were successful
Test / Run tests (push) Successful in 2m35s
All checks were successful
Test / Run tests (push) Successful in 2m35s
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user