ShowActivationWindow
This function shows an activation pop-up window.

Syntax
public static void ShowActivationWindow()

Parameters
No parameters.

Return value
Returns nothing.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

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