FlowsheetBaseSetPropertyResourcesManager Method

Sets the resource manager used for resolving localised property names in this flowsheet.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public void SetPropertyResourcesManager(
	ResourceManager _prm
)

Parameters

_prm  ResourceManager
A ResourceManager targeting the property name resources.

See Also