Files
ITSM/___Archiv/ITSM_GRC/.svn/pristine/91/917373d767a5aa62a8f544ca1f1315f258d028cd.svn-base
2021-04-20 09:35:24 +02:00

10 lines
347 B
Plaintext

Module Globals
Public Conn As New TKB.VV.DB.clsConnectionProvider
Public SimUpdate As Boolean = False
Public Sub Printlog(ByVal text As String)
If text = "Devider" Then text = "----------------------------------------------------------------------------------------------"
WriteLine(1, text)
End Sub
End Module