why not be able to delete objects when expanded?

This commit is contained in:
2024-04-30 10:16:51 +02:00
parent 6394876adf
commit 8bb931b886
2 changed files with 21 additions and 2 deletions

View File

@@ -74,6 +74,8 @@
<UniformGrid Rows="2" Grid.Row="1">
<Button Content="Edit selected" Command="{Binding UpdateEmployeeCommand}"/>
<Button Content="Delete selected" Command="{Binding DeleteEmployeeCommand}"/>
<Button Content="Get subordinates"/>
<Button Content="Create new" Click="CreateNewEmployee" />
</UniformGrid>
</Grid>