System.Threading.Thread th = new System.Threading.Thread(new System.Threading.ParameterizedThreadStart(new APlusEmail.Timer.TimerManager().theout));
然后 这个theout方法 应该传入object方法
public void theout(object o) {
本文共 213 字,大约阅读时间需要 1 分钟。
System.Threading.Thread th = new System.Threading.Thread(new System.Threading.ParameterizedThreadStart(new APlusEmail.Timer.TimerManager().theout));
然后 这个theout方法 应该传入object方法
public void theout(object o) {
转载地址:http://bqrjm.baihongyu.com/