111,098
社区成员




Thread thOther =null;
thOther = new Thread(new ParameterizedThreadStart(GetExplainStr));
thOther.IsBackground = true;
thOther.Start(wb);
thOther = new Thread(GetOrderInfoThread);
thOther.IsBackground = true;
thOther.Start(wb);
thOther.Abort();
thOther = null;