switch to monorepo for match & result forms
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Imports DigitalData.Modules.Config
|
||||
Imports DigitalData.Modules.Database
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports DigitalData.Modules.ZooFlow.Params
|
||||
|
||||
Module modCurrent
|
||||
Public LogConfig As LogConfig
|
||||
@@ -12,7 +13,7 @@ Module modCurrent
|
||||
|
||||
Public MyConnectionString As String = ""
|
||||
Public HotkeyFunctionKey As String = ClassConstants.HOTKEY_CTRL
|
||||
Public HotkeySearchKey As String = "f"
|
||||
Public HotkeySearchKey As String = "d"
|
||||
Public LogErrorsOnly As Boolean = True
|
||||
|
||||
Public CURRENT_WINDOW_NAME As String
|
||||
@@ -51,7 +52,7 @@ Module modCurrent
|
||||
Public DT_USER_PROFILES As DataTable
|
||||
Public DT_CONNECTIONS As MyDataset.TBDD_CONNECTIONDataTable
|
||||
|
||||
Public CURRENT_MATCHING_PROFILES As New List(Of ClassProfileFilter.ProfileData)
|
||||
Public CURRENT_MATCHING_PROFILES As New List(Of ProfileData)
|
||||
|
||||
Public CURRENT_CLIPBOARD_CONTENTS
|
||||
'Public CURR_MATCH_WM_SEARCH
|
||||
|
||||
Reference in New Issue
Block a user