Click or drag to resize

DataFileImporterBaseShowOpenFileDialog 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.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static OpenFileOptions? ShowOpenFileDialog(
	IDataFileImporter importer
)

Parameters

importer  IDataFileImporter
The data file importer.

Return Value

OpenFileOptions
The open file options. If the use has cancelled this dialog, the return value is null.
See Also