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
)
Public Sub New (
wiz As IWizardTemplate,
instanceName As String
)
Parameters
- wiz
- Type: NetQuarryIWizardTemplate
The wizard object. - instanceName
- Type: SystemString
The instance name of the page of interest.
See Also