示例#1
0
 public ThreadMgr(DeviceForm deviceForm)
 {
     rspDataIn = new RspDataInThread(deviceForm);
     txDataOut = new TxDataOutThread();
     rxDataIn  = new RxDataInThread(deviceForm);
     rxTxMgr   = new RxTxMgrThread();
 }
示例#2
0
文件: ThreadMgr.cs 项目: x893/BTool
 public ThreadMgr(DeviceForm deviceForm)
 {
     rspDataIn = new RspDataInThread(deviceForm);
     txDataOut = new TxDataOutThread();
     rxDataIn = new RxDataInThread(deviceForm);
     rxTxMgr = new RxTxMgrThread();
 }