摘要: private void Form1_Load(object sender, EventArgs e){ Thread thread = new Thread(remind); thread.IsBackground = true; thread.Start();}private ... 阅读全文
posted @ 2014-09-17 16:31 跟着阿笨一起玩.NET 阅读(5360) 评论(0) 推荐(0) 编辑