Extend subscription time
if (api.ExtendTime(username, password, license))
{
MessageBox.Show("Successfull!" +Info.Expires, Auth.appName, MessageBoxButtons.OK, MessageBoxIcon.Information);
}
Last updated
Was this helpful?
if (api.ExtendTime(username, password, license))
{
MessageBox.Show("Successfull!" +Info.Expires, Auth.appName, MessageBoxButtons.OK, MessageBoxIcon.Information);
}
Last updated
Was this helpful?