public cPorts(frmCRBay f, cCRProcess pCRProcess) { //fMain = new frmMain(); mFMercury = f; mLog = new clogfile(); mCRPRocess = pCRProcess; //Addlistbox("Initial ports..."); //StartThread(); }
public cOracle(frmCRBay f) { //fMain = new frmMain(); mFMercury = f; //mConnOracle = new OracleConnection(); mLog = new clogfile(); mIni = new IniLib.CINI(); mCurrentDB = DB_TYPE.DB_None; //ScanDatabase(); StartThread(); }
public void InheritForm(frmCRBay pF) { f = pF; InitialCardReaderName(); InitialCard(); }
public cCRProcess(frmCRBay f) { mLog = new clogfile(); mFMercury = f; //PPort = new cPorts(fMercury); }