Click or drag to resize

SingleInstanceChoice Constructor

Initializes a new instance of the SingleInstanceChoice class

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SingleInstanceChoice(
	Type instanceType,
	Object instance
)

Parameters

instanceType  Type

[Missing <param name="instanceType"/> documentation for "M:Altaxo.Gui.Common.SingleInstanceChoice.#ctor(System.Type,System.Object)"]

instance  Object

[Missing <param name="instance"/> documentation for "M:Altaxo.Gui.Common.SingleInstanceChoice.#ctor(System.Type,System.Object)"]

See Also