Outsource many methods from MemberAdminWindow to abstract classes

This commit is contained in:
2023-03-22 23:16:56 +01:00
parent 606bb47203
commit 51b9dcbf41
4 changed files with 324 additions and 249 deletions

View File

@ -1,4 +1,4 @@
<Window x:Class="Elwig.Windows.MemberAdminWindow"
<local:AdministrationWindow 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"
@ -305,4 +305,4 @@
</Grid>
</GroupBox>
</Grid>
</Window>
</local:AdministrationWindow>