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

@@ -46,7 +46,7 @@ Public Class ClassCurrent
Public Shared Property TEMP_FILES As List(Of String) = New List(Of String)
Public Shared Property TEMP_WORK_FILES As List(Of String) = New List(Of String)
Public Shared Property GDPictureLicense As String = "None"
Public Shared Property GDPictureLicense As String = ""
Public Shared Property EmailAttachments As List(Of EmailAttachment) = New List(Of EmailAttachment)
End Class