예제 #1
0
 public ThreadTask(CTextDataBase dataBase, int rowStart, int rowCnt, int rowInc, Excel.Range rng)
 {
     this.dataBase = dataBase;
     this.rowStart = rowStart;
     this.rowCnt   = rowCnt;
     this.rowInc   = rowInc;
     this.rng      = rng;
 }
예제 #2
0
 public ConvertXML(ProgressBar pgbCurrent, Label lbCurrent)
 {
     dataBase        = new CTextDataBase(pgbCurrent);
     this.pgbCurrent = pgbCurrent;
     this.lbCurrent  = lbCurrent;
 }