This function retrieves the license code, which is specified during registration process.
Syntax
public static string GetLicenseCode()
Parameters
No parameters.
Return value
Returns license code for the registered software.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
void
InitControls()
{
lLicenseCode.Text = ItpLibraryNetWrapper.GetLicenseCode();
}