Click or drag to resize

SingleInstanceChoiceController Constructor

Initializes a new instance of the SingleInstanceChoiceController class.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public SingleInstanceChoiceController(
	SingleInstanceChoice doc
)

Parameters

doc  SingleInstanceChoice
The choice document.
See Also