Before starting to configure this licensing system in your program you must download our class and integrate it into your program!
C#
public partial class Login : Form
{
static readonly LP api = new LP("Application Name", "Application Secret", "Version");
public Login()
{
InitializeComponent();
api.Connect();
}
}