Click or drag to resize

SingleChoiceObjectController Constructor

Initializes a new instance of the SingleChoiceObjectController class.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public SingleChoiceObjectController(
	ISingleChoiceObject o
)

Parameters

o  ISingleChoiceObject
The choice object to edit.
See Also