System.Threading.Thread th = new System.Threading.Thread(new System.Threading.ParameterizedThreadStart(new APlusEmail.Timer.TimerManager().theout));
然后 这个theout方法 应该传入object方法
public void theout(object o) {
本文共 280 字,大约阅读时间需要 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) {
转载于:https://www.cnblogs.com/maijin/archive/2012/12/20/2826109.html