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();
}