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

Namespace: CustomToolGenerator
Assembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0

Syntax

C#
void Progress(
	int nComplete,
	int nTotal
)
Visual Basic
Sub Progress ( 
	nComplete As Integer,
	nTotal As Integer
)
Visual C++
void Progress(
	int nComplete, 
	int nTotal
)

Parameters

nComplete
Type: System..::..Int32
nTotal
Type: System..::..Int32

See Also