add documentresultlist form
This commit is contained in:
@@ -71,16 +71,6 @@ Partial Public Class frmAdmin
|
||||
FlowForm = New frmFlowForm(My.Application.ModulesActive)
|
||||
FlowForm.Show()
|
||||
|
||||
Dim oModuleItemsIndex = 0
|
||||
' === Setup Notification Icon
|
||||
For Each oItem As ToolStripItem In ContextMenuStripMain.Items
|
||||
If oItem.Tag IsNot Nothing AndAlso oItem.Tag.ToString = "MODULE_ITEM_START" Then
|
||||
oModuleItemsIndex = ContextMenuStripMain.Items.IndexOf(oItem)
|
||||
Exit For
|
||||
End If
|
||||
Next
|
||||
ContextMenuStripMain.Items.Insert(oModuleItemsIndex + 1, New ToolStripMenuItem("Test"))
|
||||
|
||||
' === Load Data ===
|
||||
RefreshData()
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user