Click or drag to resize

InfoWarningErrorMessageControllerLoad Method

Loads the controller state from XML.

Namespace: Altaxo.Gui.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Load(
	XmlTextReader tr,
	string localName
)

Parameters

tr  XmlTextReader
The XML reader.
localName  String
The local element name.
See Also