Esempio n. 1
0
 public CmdExeGui stop()
 {
     CmdExeApi.cmd("exit");
     CmdExeApi.hostStop();
     return(this);
 }