Beispiel #1
0
 public StopScriptCmd(vmMain theVM)
 {
     _theVm = theVM;
 }
Beispiel #2
0
 public RunScriptCmd(vmMain theVM)
 {
     _theVm = theVM;
 }