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.3179.0 (4.8.3179.0)
Syntax
C#
public ResourceServiceImpl(
	string resourceDirectory,
	IPropertyService propertyService
)

Parameters

resourceDirectory  String

[Missing <param name="resourceDirectory"/> documentation for "M:Altaxo.Main.Services.ResourceServiceImpl.#ctor(System.String,Altaxo.Main.Services.IPropertyService)"]

propertyService  IPropertyService

[Missing <param name="propertyService"/> documentation for "M:Altaxo.Main.Services.ResourceServiceImpl.#ctor(System.String,Altaxo.Main.Services.IPropertyService)"]

See Also