Click or drag to resize

ChadaImportShowImportRamanChadaDialog Method

Shows the CHADA file import dialog, and imports the files to the table if the user clicked on "OK".

Namespace: Altaxo.Serialization.HDF5.Chada
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ShowImportRamanChadaDialog(
	DataTable dataTable
)

Parameters

dataTable  DataTable
The table to import the Chada files to.
See Also