Click or drag to resize

AutoUpdateSettings(AutoUpdateSettings) Constructor

Initializes a new instance of the AutoUpdateSettings class by copying another instance.

Namespace: Altaxo.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AutoUpdateSettings(
	AutoUpdateSettings from
)

Parameters

from  AutoUpdateSettings
The instance to copy.
See Also