コード例 #1
0
ファイル: DataModel.cs プロジェクト: tralivali1234/dnExplorer
 public DataModel()
 {
     Children = new BatchObservableCollection <IDataModel>();
 }
コード例 #2
0
 public Updater(BatchObservableCollection <T> collection)
 {
     this.collection = collection;
 }