This commit is contained in:
Digital Data - Marlon Schreiber
2018-02-09 15:27:01 +01:00
parent 3519d2be6e
commit 496340e8d8
18 changed files with 2699 additions and 2047 deletions

View File

@@ -133,7 +133,7 @@ Public Class ClassInit
End Try
End Sub
Public Sub InitBasics()
Public Shared Sub InitBasics()
Try
Dim sql = String.Format("select * from TBPM_KONFIGURATION WHERE GUID = 1")
CURRENT_DT_CONFIG = ClassDatabase.Return_Datatable(sql)