Exemplo n.º 1
0
 public void Dispose()
 {
     isBusy?.Dispose();
     sshClient?.Dispose();
     ExecuteCommand?.Dispose();
 }