Esempio n. 1
0
 public StopScriptCmd(vmMain theVM)
 {
     _theVm = theVM;
 }
Esempio n. 2
0
 public RunScriptCmd(vmMain theVM)
 {
     _theVm = theVM;
 }