public FormLogin() { InitializeComponent(); lblClose.Click += (s, e) => Close(); try { clientSSH = ClientSsh.Instance; } catch (Exception ee) { MessageBox.Show("远程数据库连接失败!失败原因:" + ee.Message, "系统提示"); } }
public void TestAsInternalObjects() { var item1 = new ClientSsh("", 22, "", ""); // Assert.AreEqual(item1.ReadonlyProperty, "MyValue"); }