DataFileImporterBaseShowDialog Method |
Shows a file import dialog for the specific importer provided as parameter, and imports the files to the table if the user clicked on "OK".
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static void ShowDialog(
DataTable table,
IDataFileImporter importer
)
Parameters
- table DataTable
- The table to import the files to.
- importer IDataFileImporter
- The data file importer.
See Also