悟生慧

 

2010年8月14日

两个按钮分别是线程的打开和终止

摘要: public partial class Form1 : Form { Thread thread=null; int n = 0;bool severIsRun=false;//用来村示线程是否启动private delegate void myDelegate(string str);//定义委托private void setRich(string str)//委托 { if (this.t... 阅读全文

posted @ 2010-08-14 15:59 悟生慧 阅读(380) 评论(0) 推荐(0)

导航