예제 #1
0
        public DDSParser()
        {
            initializeConfigsFromFile();

            // TODO: set batchUnit name from config file or command line
            batchUnit = new BatchUnit("7060");
        }
예제 #2
0
 public ExcelGenerator(BatchUnit batchUnit)
 {
     batchUnitRef = batchUnit;
 }