Beispiel #1
0
 public ViewModelWindow4b()
 {
     personel = new PersonelBusinessObject();
     personel.PeopleChanged   += new EventHandler(personel_PeopleChanged);
     People.CollectionChanged += new System.Collections.Specialized.NotifyCollectionChangedEventHandler(People_CollectionChanged);
 }
 public ViewModelWindow4b()
 {
     personel = new PersonelBusinessObject();
     personel.PeopleChanged += new EventHandler(personel_PeopleChanged);
     People.CollectionChanged += new System.Collections.Specialized.NotifyCollectionChangedEventHandler(People_CollectionChanged);
 }