Exemplo n.º 1
0
 void StopAndClearProcess()
 {
     if (thisProcess.IsRunning())
     {
         thisProcess.Stop();
     }
     thisProcess = null;
 }