Click or drag to resize

DependentVariableTransformationControllerColumnDropHandlerImpl Constructor

Initializes a new instance of the DependentVariableTransformationControllerColumnDropHandlerImpl class.

Namespace: Altaxo.Gui.Analysis.NonLinearFitting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ColumnDropHandlerImpl(
	DependentVariableTransformationController parent
)

Parameters

parent  DependentVariableTransformationController
The parent controller.
See Also