Loads the configuration content to the XML.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected override void LoadContent(
	XmlReader reader
)

Parameters

reader
Type: System.Xml..::.XmlReader
The XML readed usig that the configuration will be loaded.

See Also