示例#1
0
 public ReloadCommand(VMstopwatch viweModel)
 {
     this.ViweModel = viweModel;
 }
示例#2
0
 public StartCommand(VMstopwatch viweModel)
 {
     this.ViweModel = viweModel;
 }
 public NewlabCommand(VMstopwatch viweModel)
 {
     this.ViweModel = viweModel;
 }