麦田

不积跬步无以至千里.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
System.Threading.Thread th = new System.Threading.Thread(new System.Threading.ParameterizedThreadStart(new APlusEmail.Timer.TimerManager().theout));

然后 这个theout方法 应该传入object方法

public void theout(object o)
        {

 

posted on 2012-12-20 11:23  一些记录  阅读(129)  评论(0)    收藏  举报