This function shows a registration pop-up window.
Syntax
Public Shared Sub ShowRegistrationWindow()
Parameters
No parameters.
Return value
Returns nothing.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private Sub btnShowRegistation_Click(sender As Object, e As EventArgs) Handles btnShowRegistation.Click
ItpLibraryNetWrapper.ShowRegistrationWindow()
UpdateControls()
End Sub