See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Initializes a new instance of the NoProjectLoadedTreeNode class

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
protected NoProjectLoadedTreeNode(
	SerializationInfo serializationInfo,
	StreamingContext context
)
Visual Basic
Protected Sub New ( 
	serializationInfo As SerializationInfo,
	context As StreamingContext
)
Visual C++
protected:
NoProjectLoadedTreeNode(
	SerializationInfo^ serializationInfo, 
	StreamingContext context
)

See Also