Method retrieves customer's name, which is specified during purchase process.
Syntax
public static string GetCustomerName()
Parameters
No parameters.
Return value
Returns customer name for the registered software.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
void
InitControls()
{
lCustomerName.Text = ItpLibraryNetWrapper.GetCustomerName();
}