WhoUsesService done

This commit is contained in:
2024-05-05 17:20:27 +02:00
parent 0f93e5fd25
commit 39fb1aaffa
6 changed files with 130 additions and 2 deletions

View File

@@ -37,6 +37,9 @@
<Compile Update="Windows\NonCRUD\GetResponsibleEmployee.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Windows\NonCRUD\GetUsers.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="Windows\Create\CreateNewCustomer.xaml">
@@ -72,5 +75,8 @@
<Page Update="Windows\NonCRUD\GetResponsibleEmployee.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Windows\NonCRUD\GetUsers.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>