This commit is contained in:
SchreiberM
2015-11-23 16:18:43 +01:00
parent 25a97a09e2
commit a7ea2277c5
11 changed files with 255 additions and 31 deletions

View File

@@ -39,4 +39,9 @@
Public JUMP_RECORD_ID As Integer
Public TEMP_FILES As List(Of String) = New List(Of String)
Public LICENSE_EXPIRED As Boolean = False
Public LICENSE_COUNT As Integer = 0
Public LICENSE_DOSSIER_COUNT As Integer = 0
End Module