Register
if (api.Register(username, password, license))
{
MessageBox.Show("Successfully logged in!" +Info.Expires, Auth.appName, MessageBoxButtons.OK, MessageBoxIcon.Information);
}Last updated
Was this helpful?
if (api.Register(username, password, license))
{
MessageBox.Show("Successfully logged in!" +Info.Expires, Auth.appName, MessageBoxButtons.OK, MessageBoxIcon.Information);
}Last updated
Was this helpful?
Was this helpful?