Single Key Login

Log in direct with license without registration.

if (api.licenseLogin(textBox1.Text))
            {
                MessageBox.Show("Successfully logged in!" +Info.Expires, Auth.appName, MessageBoxButtons.OK, MessageBoxIcon.Information);

            }

Last updated