Add MemberListWindow

This commit is contained in:
2023-02-16 21:50:31 +01:00
parent 33d2ae1b84
commit 29e2a56627
9 changed files with 124 additions and 2 deletions

View File

@ -10,6 +10,9 @@
<Compile Update="BankDetailsWindow.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="MemberListWindow.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="BankDetailsWindow.xaml">
@ -18,5 +21,8 @@
<Page Update="MainWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="MemberListWindow.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>