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

 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;
                    });
原文地址:https://www.cnblogs.com/wangchuang/p/4589866.html