摘要:
Process pro = new Process(); string propath = System.AppDomain.CurrentDomain.BaseDirectory; string t_data = ""; string t_sa = ""; string t_pwd = ""; p 阅读全文
摘要:
注意: 如果填写地址 是指定端口 IP地址与端口之间需要用逗号隔开。 private void button2_Click(object sender, EventArgs e) { string strdata = textBox1.Text; string strsa = textBox2.Te 阅读全文
摘要:
private void button1_Click(object sender, EventArgs e) { string xmlpath = System.AppDomain.CurrentDomain.BaseDirectory + "setting.xml"; XmlDocument xm 阅读全文
摘要:
一、登录按钮 private void button1_Click(object sender, EventArgs e) { string xmlpath = System.AppDomain.CurrentDomain.BaseDirectory + "setting.xml"; XmlDocu 阅读全文