Files
EDOKA_Tools/WordTest/WordTest/Globals.vb
2020-10-21 10:43:18 +02:00

9 lines
235 B
VB.net

Module Globals
Public Apphandle As Int32
Public Words As New Collection()
Public UseOffice2016 As Boolean = True
Public Office2016Debug As Boolean = False
Public office2010WatchFiles As New DataTable
End Module