使用委托的方式来传
//参数
int numId=0;
Thread mythread = new Thread(() => WriteXML(numId));
//当前使用线程
mythread.Start();