viewmodel initialization happens in code-behind now

This commit is contained in:
MiskolcziRichard
2024-05-04 18:58:26 +02:00
parent 89510c1119
commit a44c44d671

View File

@@ -7,10 +7,6 @@
mc:Ignorable="d" mc:Ignorable="d"
Title="Employees" Height="550" Width="350"> Title="Employees" Height="550" Width="350">
<Window.DataContext>
<local:GetSubordinatesViewModel/>
</Window.DataContext>
<Grid> <Grid>
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition Height="9*" /> <RowDefinition Height="9*" />