摘要: public delegate void rtbCallBack(string txt); public void rtbAddText(string txt) { if (this.rtb.InvokeRequired) { this.Invoke(new rtbCallBack(rtbAddTe 阅读全文
posted @ 2016-03-24 13:56 赤月奇 阅读(148) 评论(0) 推荐(0)