摘要:
Task.Factory.StartNew(() => { try { #region contents byte[] byteData = new byte[1]; //0000 0101 byteData[0] = 5; byte[] recBytes = new byte[1]; string 阅读全文
摘要:
Invoke((MethodInvoker)(() => { txtMsg.Text += $"请求处理完成终端:{reponse?.terminal},时间:{ DateTime.Now.ToString()}\r\n"; })); 阅读全文