runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

threadHand1 = new Thread(()=>
{
     threadHand1_Run(timeStart,timeEnd);
});
threadHand1.Start();

or

threadHand1 = new Thread(delegate(){threadHand1_Run(timeStart,timeEnd);});
threadHand1.Start();

 

 


posted on 2012-05-14 16:46  runliuv  阅读(8968)  评论(2编辑  收藏  举报