Creates and initializes instance of object.

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	stream As XmlReader _
)
C#
public XMLFormReader(
	XmlReader stream
)
Visual C++
public:
XMLFormReader(
	XmlReader^ stream
)
JavaScript
Greatis.FormDesigner.XMLFormReader = function(stream);

Parameters

stream
Type: System.Xml..::.XmlReader
Reader to read.

See Also