BTool.ThreadMgr.ThreadMgr C# (CSharp) Метод

ThreadMgr() публичный Метод

public ThreadMgr ( DeviceForm deviceForm ) : System.Threading
deviceForm DeviceForm
Результат System.Threading
        public ThreadMgr(DeviceForm deviceForm)
        {
            rspDataIn = new RspDataInThread(deviceForm);
            txDataOut = new TxDataOutThread();
            rxDataIn = new RxDataInThread(deviceForm);
            rxTxMgr = new RxTxMgrThread();
        }