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

Render a DataRelation object given the two visual table DataTableMdiChild components.

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

Syntax

C#
public void Paint(
	Control container,
	PaintEventArgs e
)
Visual Basic
Public Sub Paint ( 
	container As Control,
	e As PaintEventArgs
)
Visual C++
public:
void Paint(
	Control^ container, 
	PaintEventArgs^ e
)

See Also