Click or drag to resize

ImportShowDialog Method

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

Namespace: Altaxo.Serialization.Galactic
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ShowDialog(
	DataTable table
)

Parameters

table  DataTable
The table to import the SPC files to.
See Also