Properly adding window

This commit is contained in:
2024-05-05 16:23:48 +02:00
parent 3fbf301133
commit a1727ec5c9

View File

@@ -31,6 +31,9 @@
<Compile Update="Windows\GetAll\GetAllServices.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Windows\NonCRUD\GetResponsibleEmployee.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="Windows\Create\CreateNewCustomer.xaml">
@@ -60,5 +63,8 @@
<Page Update="MainWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Windows\NonCRUD\GetResponsibleEmployee.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>