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

简单的线程与界面通用方法,不是很好,但是很方便

时间:2015-06-19 23:03:07      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

 base.BeginInvoke((MethodInvoker)delegate()
                    {
                        this.newdt.Rows[e.ProgressPercentage]["Stat"] = _link.Url;
                        this.newdt.Rows[e.ProgressPercentage]["Sr"] = _link.KeyWord;
                        this.newdt.Rows[e.ProgressPercentage]["ISUrlIncluded"] = _link.ISUrlIncluded;
                    });

 

简单的线程与界面通用方法,不是很好,但是很方便

标签:

原文地址:http://www.cnblogs.com/wangchuang/p/4589866.html

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