码迷,mamicode.com
首页 > 编程语言 > 详细

c#线程带参数

时间:2017-01-06 13:59:45      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:read   reads   方法   c#   dstar   new t   load   thread   bsp   

c#线程带参数

  

       ThreadStart threadStart = delegate { LoadPicture(ds.Tables[0]); };

                    Thread thread = new Thread(threadStart);

                    thread.IsBackground = true;

                    thread.Start();

 

LoadPicture(方法带参数)

c#线程带参数

标签:read   reads   方法   c#   dstar   new t   load   thread   bsp   

原文地址:http://www.cnblogs.com/y114113/p/6256004.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!