码迷,mamicode.com
首页 > 其他好文 > 详细

判断值跳窗口

时间:2018-07-22 00:24:20      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:equal   ring   ext   equals   message   .sh   als   form   str   

string da = textBox1.Text;
string chui = textBox2.Text;
if (da.Equals("da") && chui.Equals("chui"))
{
MessageBox.Show("验证成功");
Form2 f = new Form2();
f.Show();
}
else
{
MessageBox.Show("输入失败");
Form3 f = new Form3();
f.Show();

判断值跳窗口

标签:equal   ring   ext   equals   message   .sh   als   form   str   

原文地址:https://www.cnblogs.com/ACE98K/p/9348426.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!