Verträge Suche

This commit is contained in:
2025-11-26 09:01:02 +01:00
parent d2062e9e22
commit ec89c98b9d
5 changed files with 283 additions and 198 deletions

View File

@@ -5242,5 +5242,8 @@ ELSE_ATILLA:
detailForm.Show()
End Sub
Private Sub VerträgeToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles VerträgeToolStripMenuItem.Click
Dim f As New SDL.cKundenSearchVertrag
f.Show(Me)
End Sub
End Class