Inheritance: BaseVM
Ejemplo n.º 1
0
 public ExplorerVM(MainVM main)
 {
     this._main = main;
     this.RootItems = new ObservableCollection<ExplorerItemBaseVM>();
 }
Ejemplo n.º 2
0
 public ExplorerVM(MainVM main)
 {
     this._main     = main;
     this.RootItems = new ObservableCollection <ExplorerItemBaseVM>();
 }