摘要:
好久没写Form 代码了,手都有点痒了..写了个正则表达式测试软件 代码很少命名规范这些 就忽略了哈...呵呵 1 private void textBox2_TextChanged(object sender, EventArgs e) 2 { 3 if (textBox2.Text != "" && textBox1.Text!="") 4 { 5 if (checkBox1.Checked) 6 { 7 textBox3.Text = ""; 8 } 9 try10 {11 MatchCollection c = 阅读全文
posted @ 2011-04-07 17:13
跨越高山
阅读(263)
评论(0)
推荐(0)

浙公网安备 33010602011771号