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