Click or drag to resize
LicensingGuiShowDialog Method (LicensingGuiDialog, IWin32Window)
Displays the specified LicensingGuiDialog.

Namespace: com.softwarekey.Client.Gui
Assembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntax
public void ShowDialog(
	LicensingGuiDialog dialog,
	IWin32Window owner
)

Parameters

dialog
Type: com.softwarekey.Client.GuiLicensingGuiDialog
The LicensingGuiDialog to display.
owner
Type: System.Windows.FormsIWin32Window
The window which will own the modal dialog.

Return Value

Type: 
Returns a DialogResult.
See Also