We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3dd43 commit bf2dae2Copy full SHA for bf2dae2
1 file changed
UnderAutomation.UniversalRobots.Showcase.Forms/Components/LicenseControl.cs
@@ -41,7 +41,7 @@ private void UpdateLicenseControls()
41
var info = UR.LicenseInfo;
42
txtLicenseInfo.Text = info.ToString();
43
gridLicense.SelectedObject = info;
44
- _licenseValid = info.State != LicenseState.Invalid && info.State != LicenseState.Expired;
+ _licenseValid = info.IsLicensed;
45
}
46
47
private void btnSetLicense_Click(object sender, System.EventArgs e)
0 commit comments