Inheritance: BaseViewModel
Esempio n. 1
0
 public ConfigViewModel(BaseViewModel parent)
     : base(parent)
 {
     _TextEditor = new TextEditorViewModel(this);
     _Updater = new UpdaterViewModel(this);
     _Backup = new BackupViewModel(this);
 }
Esempio n. 2
0
 public ConfigViewModel(BaseViewModel parent) : base(parent)
 {
     _TextEditor = new TextEditorViewModel(this);
     _Updater    = new UpdaterViewModel(this);
     _Backup     = new BackupViewModel(this);
 }