FilterReader: Add new project

This commit is contained in:
Jonathan Jenne
2022-03-01 11:27:10 +01:00
parent 269cf52c3a
commit 1183cd68c9
13 changed files with 1282 additions and 0 deletions

View File

@@ -55,4 +55,9 @@ Public Class frmStart
Dim oForm As New frmMsgBox(LogConfig, Database)
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
End Class