Click or drag to resize

Q800ImportDataSource(Q800ImportDataSource) Constructor

Initializes a new instance of the Q800ImportDataSource class by copying another instance.

Namespace: Altaxo.Serialization.TA_Instruments
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Q800ImportDataSource(
	Q800ImportDataSource from
)

Parameters

from  Q800ImportDataSource
The instance to copy.
See Also