Пример #1
0
 public void KillProcess()
 {
     if (_executorProxy == null)
     {
         throw new Exception("Proxy seems to be null, an error appeared within client");
     }
     _executorProxy.KillProcess();
 }