Exemplo n.º 1
0
        public flightlist()
        {
            int idx;

            //
            // TODO: Add constructor logic here
            //
            for (idx = 0; idx < 202; idx++)
            {
                lns[idx] = new epos.partdata.flightdata();
            }
        }
Exemplo n.º 2
0
 public instancedata(decimal VatRate)
 {
     //
     // TODO: Add constructor logic here
     //
     this.mStdVatRate   = VatRate;
     mRunningOffline    = false;
     mMultibuyDiscount  = true;
     strarray1          = new string[200];
     strarray2          = new string[1500];
     strarray3          = new string[300];
     strarray4          = new ReasonRecord[200];
     strarray5          = new ReasonRecord[200];
     strarray6          = new string[200];
     mCurrentFlight     = new epos.partdata.flightdata();
     mConnectionString  = ConnectionString;
     mTimeOut           = TimeOut;
     mweightscaleprefix = weightscaleprefix;
 }