コード例 #1
0
 public RemoteConsole(SshClient client)
 {
     this.client = client;
     InitializeComponent();
 }
コード例 #2
0
 /// <summary>
 /// 构造
 /// </summary>
 public SShClientHelper(string sIp, string sName, string sPwd)
 {
     sshClient = new SshClient(sIp, 22, sName, sPwd);
 }