摘要: 在UI 界面中,会遇到 假死的问题。 用多线程 ,就可解决这种问题。首先引入命名空间:using System.Threading; private void button2_Click(object sender, EventArgs e) { MessageBox.Show("Popou this Box"); } private void button1_Click(object sender, EventArgs e) { DummyThread = new T... 阅读全文
posted @ 2012-11-07 23:38 sinian 阅读(129) 评论(0) 推荐(0) 编辑