9 lines
235 B
VB.net
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
|