点点滴滴访问量:
摘要: delegate void SetTextCallback(string text);//建立一个委托用于控件显示 private void AddText(string text) { if (this.richTextBox1.InvokeRequired) { SetTextCallba... 阅读全文
posted @ 2007-06-08 15:34 sopper 阅读(933) 评论(4) 推荐(0) 编辑