线程命名空间
using System.Threading;
创建线程对象
Thread thread = new Thread();
(29)C#多线程
原文:http://www.cnblogs.com/buchizaodian/p/6538966.html