示例#1
0
 public cPorts(frmCRBay f, cCRProcess pCRProcess)
 {
     //fMain = new frmMain();
     mFMercury  = f;
     mLog       = new clogfile();
     mCRPRocess = pCRProcess;
     //Addlistbox("Initial ports...");
     //StartThread();
 }
示例#2
0
 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();
 }
示例#3
0
 public void InheritForm(frmCRBay pF)
 {
     f = pF;
     InitialCardReaderName();
     InitialCard();
 }
示例#4
0
 public cCRProcess(frmCRBay f)
 {
     mLog      = new clogfile();
     mFMercury = f;
     //PPort = new cPorts(fMercury);
 }