Exemple #1
0
 public StopCommand(StopwatchViewModel vm, Action action)
 {
     this._vm     = vm;
     this._action = action;
 }
Exemple #2
0
 public ResetCommand(StopwatchViewModel vm, Action action)
 {
     _vm     = vm;
     _action = action;
 }
Exemple #3
0
 public OutputLogButtonCommand(StopwatchViewModel vm, Action action)
 {
     this._vm     = vm;
     this._action = action;
 }