摘要: Task.Factory.StartNew(() => { try { #region contents byte[] byteData = new byte[1]; //0000 0101 byteData[0] = 5; byte[] recBytes = new byte[1]; string 阅读全文
posted @ 2019-11-13 16:50 CocoWang 阅读(111) 评论(0) 推荐(0) 编辑
摘要: Invoke((MethodInvoker)(() => { txtMsg.Text += $"请求处理完成终端:{reponse?.terminal},时间:{ DateTime.Now.ToString()}\r\n"; })); 阅读全文
posted @ 2019-11-13 14:13 CocoWang 阅读(332) 评论(0) 推荐(0) 编辑