diff --git a/GPW_Commesse/BaseUserControl.cs b/GPW_Commesse/BaseUserControl.cs index e6e29ed..b025037 100644 --- a/GPW_Commesse/BaseUserControl.cs +++ b/GPW_Commesse/BaseUserControl.cs @@ -45,6 +45,21 @@ namespace GPW_Commesse #endregion Protected Properties + #region Public Properties + + /// + /// controllo stato licenze! + /// + public bool chkLicOk + { + get + { + return (licenzeGPW.checkLicenze); + } + } + + #endregion Public Properties + #region Protected Methods /// diff --git a/GPW_Commesse/WebUserControls/mod_commUtLog.ascx b/GPW_Commesse/WebUserControls/mod_commUtLog.ascx index bf78cc1..615a935 100644 --- a/GPW_Commesse/WebUserControls/mod_commUtLog.ascx +++ b/GPW_Commesse/WebUserControls/mod_commUtLog.ascx @@ -107,7 +107,7 @@ - +