WizPageData Constructor (IWizPage) |
Constructor for use within a page.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public WizPageData(
IWizPage wizPage
)
Public Sub New (
wizPage As IWizPage
)
Parameters
- wizPage
- Type: NetQuarryIWizPage
The wizard page whose InstanceName is to be used.
See Also