Update GDPicture Variablenname LicenseString

This commit is contained in:
Developer01
2025-12-09 16:34:04 +01:00
parent 543db62095
commit 38e682dcef
5 changed files with 71 additions and 50 deletions

View File

@@ -40,5 +40,5 @@ Public Class Config
''' Enthält die Lizenznummer des GDPicture Modules.
''' Nur wenn nicht über die Datenbank zu holen!!.
''' </summary>
Public Property GDPictureLicenseString As String = ""
Public Property GDPictureLicenseAsString As String = ""
End Class