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.3179.0 (4.8.3179.0)
Syntax
C#
public void StartCoreServices(
	IPropertyService propertyService,
	StartupSettings startupSettings
)

Parameters

propertyService  IPropertyService

[Missing <param name="propertyService"/> documentation for "M:Altaxo.AddInItems.CoreStartup.StartCoreServices(Altaxo.Main.Services.IPropertyService,Altaxo.Gui.Workbench.StartupSettings)"]

startupSettings  StartupSettings

[Missing <param name="startupSettings"/> documentation for "M:Altaxo.AddInItems.CoreStartup.StartCoreServices(Altaxo.Main.Services.IPropertyService,Altaxo.Gui.Workbench.StartupSettings)"]

See Also