Beispiel #1
0
 public void Dispose()
 {
     SftpClient.Close();
     Process.Kill();
     Process.WaitForExit();
 }