Click or drag to resize

WizPageData Constructor (IWizardTemplate, String)

Constructor for use from outside a page.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public WizPageData(
	IWizardTemplate wiz,
	string instanceName
)

Parameters

wiz
Type: NetQuarryIWizardTemplate
The wizard object.
instanceName
Type: SystemString
The instance name of the page of interest.
See Also