Initializes the WaitTool class.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public WaitTool(
	ViewManager manager,
	Tool prevTool
)
Visual Basic (Declaration)
Public Sub New ( _
	manager As ViewManager, _
	prevTool As Tool _
)
Visual C++
public:
WaitTool(
	ViewManager^ manager, 
	Tool^ prevTool
)

See Also