9 lines
248 B
VB.net
9 lines
248 B
VB.net
Imports DigitalData.Modules.Windream
|
|
|
|
Module modRuntime
|
|
Public Property WINDREAM As Windream
|
|
Public Property UsedTempFile As Boolean = False
|
|
Public Property TempFile As String = ""
|
|
Public Property DocID As Integer = 0
|
|
End Module
|