WhoMaintainsService done

This commit is contained in:
2024-05-05 17:11:35 +02:00
parent 9cf8ce697e
commit 0f93e5fd25
7 changed files with 137 additions and 2 deletions

View File

@@ -31,6 +31,9 @@
<Compile Update="Windows\GetAll\GetAllServices.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Windows\NonCRUD\GetMaintainers.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Windows\NonCRUD\GetResponsibleEmployee.xaml.cs">
<SubType>Code</SubType>
</Compile>
@@ -63,6 +66,9 @@
<Page Update="MainWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Windows\NonCRUD\GetMaintainers.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Windows\NonCRUD\GetResponsibleEmployee.xaml">
<SubType>Designer</SubType>
</Page>