摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Linq;using System.Windows.Forms;using System.Threading;namespace doWorker{ public partial class Form1 : Form { delegate void MyDelegate(int value); Thread t;//new一个新线程,以便用来... 阅读全文
posted @ 2013-12-03 10:59 haiziguo 阅读(1701) 评论(0) 推荐(0) 编辑