Click or drag to resize

Origin2AltaxoWrapper Constructor

Initializes a new instance of the Origin2AltaxoWrapper class.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public Origin2AltaxoWrapper(
	OriginAnyParser parser,
	string fileName
)

Parameters

parser  OriginAnyParser
The parser.
fileName  String
The file name (only to track the origin of the opj project)
Exceptions
ExceptionCondition
ArgumentNullException(String)parser
See Also