Click or drag to resize

CultureSettings(CultureSettings) Constructor

Copies from another instance.

Namespace: Altaxo.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected CultureSettings(
	CultureSettings from
)

Parameters

from  CultureSettings
Other instance to copy from.
See Also