Click or drag to resize

CoreStartupStartCoreServices Method

Starts the core services. This initializes the PropertyService and ResourceService.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void StartCoreServices(
	IPropertyService propertyService,
	StartupSettings startupSettings
)

Parameters

propertyService  IPropertyService
The property service to register.
startupSettings  StartupSettings
The startup settings used to initialize the application.
See Also