一步一步学习C#中的多线程 --- 1、初识线程(2)--给线程传递参数
给线程传递参数的三种方法  1、一种方式是使用ParameterizedThreadStart委托参数的Thread构造函数。参看如下代码:    1:  using System; 2:  using System.Collections.Generic; 3:  using System.Linq; 4:  using System.Text; 5:  using System.Th
http://cyqdata.cn/cnblogs/article-detail-35230 
