北大青鸟C#上机5作业

lq49196569 29 0 RAR 2019-01-02 08:01:54

绝对正确! 包括VS 整个程序 代码 private bool ValidateInput() { if (textBox1.Text.Trim() == "") { MessageBox.Show("请输入卡号", "输入提示", MessageBoxButtons.OK, MessageBoxIcon.Information); textBox1.Focus(); return false; } else { return true; } }

用户评论
请输入评论内容
评分:
暂无评论