object obj=UID;
new Thread(new ParameterizedThreadStart(GatherThrea)).Start(obj);
public void GatherThrea(string UID)
{
//程序
}
object obj=UID;
new Thread(new ParameterizedThreadStart(GatherThrea)).Start(obj);
public void GatherThrea(string UID)
{
//程序
}