Zooflow: Clean up FlowSearch1, work on FlowSearch2

This commit is contained in:
Jonathan Jenne
2022-04-08 16:22:42 +02:00
parent fb1aa4f333
commit 347c83cac2
9 changed files with 644 additions and 446 deletions

View File

@@ -1294,5 +1294,10 @@ Public Class frmFlowForm
RegisterBar(ABEdge.ABE_RIGHT)
Me.Visible = True
End Sub
Private Sub SucheEntwurfToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles SucheEntwurfToolStripMenuItem.Click
Dim oForm = New frmFlowSearch2()
oForm.Show()
End Sub
End Class