要想使用线程 想去方法 应该传入object 传参

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/p/2826109.html