Click or drag to resize

ResourceManager Constructor (String, String)

Initializes a new instance of the ResourceManager class

Namespace:  EDK4Net.Localization
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public ResourceManager(
	string basepath,
	string filename
)

Parameters

basepath
Type: SystemString
filename
Type: SystemString
See Also