Method retrieves customer's name, which is specified during purchase process.
Syntax
Public Shared Function GetCustomerName() As String
Parameters
No parameters.
Return value
Returns customer name for the registered software.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lCustomerName.Text = ItpLibraryNetWrapper.GetCustomerName()
End
Sub