2014年12月1日

多重影分身——C#中多线程的使用三(调用方法和传参)

摘要: 对Thread:1、使用ThreadStartstatic void Main(string[] args){ Thread th1=new Thread(new ThreadStart(SayHello)); th1.Start(); Console.ReadKey();}... 阅读全文

posted @ 2014-12-01 15:18 邓绍俊 阅读(305) 评论(0) 推荐(0)

导航