Inheritance: ViewModelBase, ICommandContext
Exemplo n.º 1
0
 public CloseCommand(DlgViewModelBase viewModelBase)
     : base(ApplicationCommands.Close)
 {
     this._ViewModelBase = viewModelBase;
 }
Exemplo n.º 2
0
 public CloseCommand(DlgViewModelBase viewModelBase)
     : base(ApplicationCommands.Close)
 {
     this._ViewModelBase = viewModelBase;
 }