ShowRenewalWindow
This function shows a renewal pop-up window.

Syntax
public static void ShowRenewalWindow()

Parameters
No parameters.

Return value
Returns nothing.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

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