1)添加引用 using System.Threading.

2)添加模式

ParamterizedThreadStat threadmode=new ParamterizedThreadStat (yourthreadfuction)

3)添加线程并启动

Thread my_thread=new Thread(threadmode);

my_thread.start(yourargument);