WhoUsesService done
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user