8 lines
299 B
VB.net
8 lines
299 B
VB.net
Module RUNTIME_VARIABLES
|
|
Public EXPORTED_FILENAME As String
|
|
Public _PROFIL_ID, _profGUID As Integer
|
|
Public WDLAUFWERK, _profObjekttyp, _profwdSuche, _profDay, _profRunType, _Profilname As String
|
|
Public _proflastRun As Date
|
|
Public LOG_ERRORS_ONLY As Boolean = False
|
|
End Module
|