Common: create ctrlObjectProperties, embed in DocumentResultList
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user