摘要: 1 /// 2 /// 服务连接配置类(验证服务账号是否正确) 3 /// 4 /// IP地址 5 /// 远程账号 6 /// 远程密码 7 /// 8 public bool Connect(string remoteHost, string userName, string passWord) 9 { 10 bool Flag = false; 11 Proces... 阅读全文
posted @ 2018-03-12 10:58 流星泪 阅读(1820) 评论(0) 推荐(0)