Пример #1
0
 public DataModel()
 {
     Children = new BatchObservableCollection <IDataModel>();
 }
 public Updater(BatchObservableCollection <T> collection)
 {
     this.collection = collection;
 }