MS_18.10
This commit is contained in:
@@ -44,6 +44,12 @@ Public Class ClassLicence
|
||||
ClassLogger.Add(">> Could not read License for LICENSE_SAP_Connect: " & ex.Message, False)
|
||||
LICENSE_SAP_Connect = False
|
||||
End Try
|
||||
Try
|
||||
LICENSE_SITE = CBool(split(4))
|
||||
Catch ex As Exception
|
||||
ClassLogger.Add(">> Could not read License for LICENSE_SAP_Connect: " & ex.Message, False)
|
||||
LICENSE_SITE = False
|
||||
End Try
|
||||
Catch ex As Exception
|
||||
MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Error in licensemanager:")
|
||||
End Try
|
||||
|
||||
Reference in New Issue
Block a user