判断值跳窗口
摘要:
string da = textBox1.Text; string chui = textBox2.Text; if (da.Equals("da") && chui.Equals("chui")) { MessageBox.Show("验证成功"); Form2 f = new Form2(); 阅读全文
posted @ 2018-07-21 22:52 大锤a 阅读(117) 评论(0) 推荐(0)
posted @ 2018-07-21 22:52 大锤a 阅读(117) 评论(0) 推荐(0)