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