Inheritance: BaseVM
コード例 #1
0
 public ExplorerVM(MainVM main)
 {
     this._main = main;
     this.RootItems = new ObservableCollection<ExplorerItemBaseVM>();
 }
コード例 #2
0
 public ExplorerVM(MainVM main)
 {
     this._main     = main;
     this.RootItems = new ObservableCollection <ExplorerItemBaseVM>();
 }