GEstione controllo licenza per timbrature (impedite)

This commit is contained in:
Samuele Locatelli
2021-10-19 19:02:39 +02:00
parent b81cb2f536
commit fa9aba3cfe
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -45,6 +45,21 @@ namespace GPW_Commesse
#endregion Protected Properties
#region Public Properties
/// <summary>
/// controllo stato licenze!
/// </summary>
public bool chkLicOk
{
get
{
return (licenzeGPW.checkLicenze);
}
}
#endregion Public Properties
#region Protected Methods
/// <summary>