fixed missing binding

This commit is contained in:
2024-04-30 20:34:35 +02:00
parent 91ceb80215
commit bcc782de97

View File

@@ -75,7 +75,7 @@
<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="Get subordinates" Command="{Binding GetSubordinatesCommand}"/>
<Button Content="Create new" Click="CreateNewEmployee" />
</UniformGrid>
</Grid>