Update References to point to new DDModules Project

This commit is contained in:
Jonathan Jenne
2022-09-29 15:11:32 +02:00
parent 0da6670265
commit b78b38e221
28 changed files with 319 additions and 250 deletions

View File

@@ -61,11 +61,6 @@ Public Class frmStart
oForm.Show()
End Sub
Private Sub Button11_Click(sender As Object, e As EventArgs) Handles Button11.Click
Dim oform As New frmFulltext()
oform.Show()
End Sub
Private Sub btnObjectProperties_Click(sender As Object, e As EventArgs) Handles btnObjectProperties.Click
Dim oForm As New frmObjectProperties(LogConfig, Database)
oForm.ShowDialog()