GDPictureLicense via config

This commit is contained in:
Developer01
2025-12-08 14:47:11 +01:00
parent 904c4a7f2e
commit 44267288ef
2 changed files with 10 additions and 1 deletions

View File

@@ -36,4 +36,9 @@ Public Class Config
''' gelesen werden soll.
''' </summary>
Public Property GDPictureVersion As String = ""
''' <summary>
''' Enthält die Lizenznummer des GDPicture Modules.
''' Nur wenn nicht über die Datenbank zu holen!!.
''' </summary>
Public Property GDPictureLicenseString As String = ""
End Class