You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ITSM/.svn/pristine/91/917373d767a5aa62a8f544ca1f1...

10 lines
347 B

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