Common: create ctrlObjectProperties, embed in DocumentResultList

This commit is contained in:
Jonathan Jenne
2022-03-15 13:31:35 +01:00
parent 538790aa42
commit d6ad9b56e1
15 changed files with 786 additions and 677 deletions

View File

@@ -60,4 +60,9 @@ Public Class frmStart
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()
End Sub
End Class