/* method that get the tables from ExportTable */ private void GetTables(ExportTable table, int index) { dt[index] = table.GetTable(); }