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