Click or drag to resize

AddInTreeImpl Constructor

Initializes a new instance of the AddInTreeImpl class.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AddInTreeImpl(
	ApplicationStateInfoService applicationStateService
)

Parameters

applicationStateService  ApplicationStateInfoService
The application state service used to expose add-in diagnostics.
See Also