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.
10 lines
347 B
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
|