Click or drag to resize

ResourceServiceImpl Constructor

Initializes a new instance of the ResourceServiceImpl class.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ResourceServiceImpl(
	string resourceDirectory,
	IPropertyService propertyService
)

Parameters

resourceDirectory  String
The directory containing localized resources.
propertyService  IPropertyService
The property service used to retrieve the UI language.
See Also