GlobalIndexer: Add New GUI Module

This commit is contained in:
Jonathan Jenne
2021-03-18 13:16:48 +01:00
parent 9346ac1600
commit 1b75a4f631
12 changed files with 692 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Public Class ControlMeta
Public Property IndexName As String
Public Property IndexType As String
Public Property MultipleValues As Boolean = False
End Class