Exemplo n.º 1
0
 public HumanView(Human human)
 {
     InitializeComponent();
     DataContext = new HumansViewModel();
     HumansViewModel.UpdateHumanProp(human);
 }
Exemplo n.º 2
0
 public ManagePeoplePage()
 {
     InitializeComponent();
     DataContext = new HumansViewModel();
 }