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

@@ -13,8 +13,8 @@
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="9*" />
<RowDefinition Height="1*" />
<RowDefinition Height="8*" />
<RowDefinition Height="2*" />
</Grid.RowDefinitions>
<ListBox ItemsSource="{Binding Services}" Grid.Row="0" SelectedItem="{Binding SelectedService}">
<ListBox.ItemContainerStyle>
@@ -90,6 +90,7 @@
<Button Content="Delete selected" Command="{Binding DeleteServiceCommand}"/>
<Button Content="Get responsible employee" Command="{Binding GetResponsibleEmployeeCommand}"/>
<Button Content="Get all maintainers" Command="{Binding GetMaintainersCommand}"/>
<Button Content="Who uses this service" Command="{Binding GetUserCommand}"/>
</UniformGrid>
</Grid>
</Window>