11 2019 档案

摘要:/// <summary> /// 只能输入数字和字符 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void txtTerminalNum_KeyPress(object 阅读全文
posted @ 2019-11-14 17:25 CocoWang 阅读(275) 评论(0) 推荐(0)
摘要: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 阅读(117) 评论(0) 推荐(0)
摘要:Invoke((MethodInvoker)(() => { txtMsg.Text += $"请求处理完成终端:{reponse?.terminal},时间:{ DateTime.Now.ToString()}\r\n"; })); 阅读全文
posted @ 2019-11-13 14:13 CocoWang 阅读(355) 评论(0) 推荐(0)