예제 #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();
 }