摘要: 无参: if (this.tBReciveInfo.InvokeRequired) { this.Invoke(new Action(()=>{ this.tBReciveInfo.Text = message.Body.ToString(); })); } 一个参数: 1 private void 阅读全文
posted @ 2023-05-23 17:41 程序员小白n 阅读(77) 评论(0) 推荐(0)