12306订票助手源代码
12306订票助手 源代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Threading; using System.IO; using TrainTicketLogin.Helper; using System.Net; using System.Diagnostics; namespace TrainTicketLogin { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Activated(object sender, EventArgs e) { } Thread threadLogin; private void btnLogin_Click(object sender, EventArgs e) { // Verify login field if (this.txtUserName.Text.Length < 2) { MessageBox.Show("请输入用户名!"); return; } if (this.txtPassword.Text.Length < 2) { MessageBox.Show("请输入密码!"); return; } if (this.txtCode.Text.Length < 4) { MessageBox.Show("请输入验证码"); return; }
- 1
- 粉丝: 0
- 资源: 8
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
- 1
- 2
- 3
- 4
- 5
- 6
前往页