Beispiel #1
0
 public Wizard(Form form, String fileName, String yearMonth, DataRowView excelRow)
 {
     FileName = fileName;
       YearMonth = yearMonth;
       ExcelRow = excelRow;
       ImportErrors = new List<string>();
       currentImportState = ImportState.None;
       validator = Validator.GetInstance();
       validator.clear();
 }