This commit is contained in:
2020-12-08 14:41:33 +01:00
parent 96c4ce1abc
commit 207cb3a1b3
7 changed files with 1183 additions and 443 deletions

View File

@@ -123,6 +123,7 @@ Public Class ClassInit
MyApplication.Settings.GdPictureKey = NotNull(oRow.Item("LICENSE"), String.Empty)
My.Application.Settings.GdPictureKey = NotNull(oRow.Item("LICENSE"), String.Empty)
My.Application.GDPictureLicense = My.Application.Settings.GdPictureKey
Catch ex As Exception
_Logger.Error(ex)
Throw New InitException("Error initializing3rdParty!")