This function shows a registration pop-up window.
Syntax
public static void ShowRegistrationWindow()
Parameters
No parameters.
Return value
Returns nothing.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
private
void
btnShowRegistation_Click(
object
sender, EventArgs e)
{
ItpLibraryNetWrapper.ShowRegistrationWindow();
UpdateControls();
}