ShowRegistrationWindow
This function shows a registration pop-up window.

Syntax
public static void ShowRegistrationWindow()

Parameters
No parameters.

Return value
Returns nothing.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

Example
private void btnShowRegistation_Click(object sender, EventArgs e)
{
    ItpLibraryNetWrapper.ShowRegistrationWindow();
    UpdateControls();
}
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services