add DataResultList

This commit is contained in:
Developer02 Digital Data
2019-10-14 15:18:45 +02:00
parent c668f692f4
commit a80486dad2
21 changed files with 1120 additions and 223 deletions

3
GUIs.Common/Constants.vb Normal file
View File

@@ -0,0 +1,3 @@
Public Class Constants
Public Const NO_ROW_HANDLE = -1
End Class