This commit is contained in:
Jonathan Jenne
2023-09-28 12:06:39 +02:00
parent a7dc616690
commit f50442bf30
5 changed files with 46 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
Public Class ClassFileResult
Public Shared DocID As Integer
Public Shared Property DocID As Integer
Public Shared InWork As Boolean = False
Public Shared Function Set_InWork(state As Integer, comment As String)
Try