Initializes a new instance of the
ImGearExtraChannelsSwitching class.
Syntax
Parameters
- pageView
- Reference to the page view object.
Return Value
An instance of
ImGearExtraChannelsSwitching class GUI dialog.
Example
using (ImGearExtraChannelsSwitching dlg = new ImGearExtraChannelsSwitching(igPageView))
{
dlg.ShowDialog();
}
Using dlg As New ImGearExtraChannelsSwitching(igPageView)
dlg.ShowDialog()
End Using
See Also