コード例 #1
0
 public void AllPersonsCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
 {
     CurrentPerson = AllPersons.Count > 0 ? AllPersons[0] : null;
     CurrentPersonVM = new CurrentPersonViewModel(AllPersons.Count > 0 ? AllPersons[0] : null);
 }
コード例 #2
0
 public void AllPersonsCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
 {
     CurrentPerson   = AllPersons.Count > 0 ? AllPersons[0] : null;
     CurrentPersonVM = new CurrentPersonViewModel(AllPersons.Count > 0 ? AllPersons[0] : null);
 }