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

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

public UpdateSettings(
	IUpdateMgr updateMgr
)

Parameters

updateMgr
Type: Censitif.Library.Component IUpdateMgr
The UpdateManager used to read and save update data.
See Also