UpdateMgr Constructor A Sandcastle Documented Class Library
Initializes a new instance of the UpdateMgr class.

Namespace: Censitif.Library.Component
Assembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax

public UpdateMgr(
	IRegistry regMgr,
	Uri changeLogUrl
)

Parameters

regMgr
Type: Censitif.Library.Data IRegistry
The related registry manager to store user information.
changeLogUrl
Type: System Uri
URL of the change log XML file.
See Also