update integrazione controllo licenze (ancora test x payload)

This commit is contained in:
Samuele Locatelli
2021-10-20 09:22:10 +02:00
parent 462b0ba683
commit 57c85647b0
3 changed files with 42 additions and 0 deletions
+12
View File
@@ -32,6 +32,18 @@ namespace GPW_Admin
#endregion Public Events
#region Public Properties
/// <summary>
/// controllo stato licenze!
/// </summary>
public bool chkLicOk
{
get => (licenzeGPW.checkLicenze && licenzeGPW.checkPayload);
}
#endregion Public Properties
#region Public Methods
/// <summary>