Compare commits
2 Commits
3468544d42
...
3de2f13133
| Author | SHA1 | Date | |
|---|---|---|---|
| 3de2f13133 | |||
| 5d7cb4e6ee |
@@ -10,7 +10,6 @@ Public Class frmFlowForm
|
||||
Private Const OPACITY_HIDDEN = 0.65
|
||||
Private Const OPACITY_SHOWN = 0.85
|
||||
|
||||
Private ActiveModules As List(Of String)
|
||||
Private Logger As Logger
|
||||
Private DTIDB_SEARCHES As DataTable
|
||||
|
||||
@@ -127,7 +126,7 @@ Public Class frmFlowForm
|
||||
ESCHitCount += 1
|
||||
End If
|
||||
ElseIf e.KeyCode = Keys.D AndAlso (e.Control) Then
|
||||
If ActiveModules.Contains(ClassConstants.MODULE_ZOOFLOW) Then
|
||||
If My.Application.ModulesActive.Contains(ClassConstants.MODULE_ZOOFLOW) Then
|
||||
MsgBox("Search")
|
||||
End If
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user