CoreStartupStartCoreServices Method |
Starts the core services.
This initializes the PropertyService and ResourceService.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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