viewmodel initialization happens in code-behind now
This commit is contained in:
@@ -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*" />
|
||||||
|
|||||||
Reference in New Issue
Block a user