コード例 #1
0
ファイル: HumanView.xaml.cs プロジェクト: klonkr/humanProject
 public HumanView(Human human)
 {
     InitializeComponent();
     DataContext = new HumansViewModel();
     HumansViewModel.UpdateHumanProp(human);
 }
コード例 #2
0
 public ManagePeoplePage()
 {
     InitializeComponent();
     DataContext = new HumansViewModel();
 }