Add DeliveryReceptionWindow

This commit is contained in:
2023-03-03 23:21:31 +01:00
parent 6288100820
commit 64fc5d2b3e
3 changed files with 39 additions and 0 deletions

View File

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