FilterReader: Add new project
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user