使用 richtextbox 输出程序运行信息
摘要:
private delegate void Refresh_CallBack(Color color,string text); private void ControlsRefresh(Color color, string text) { if (this.richTextBox1.InvokeRequired) ... 阅读全文
posted @ 2018-06-21 17:09 陈德洲 阅读(233) 评论(0) 推荐(0) 编辑