This commit is contained in:
Jonathan Jenne
2019-01-30 14:40:05 +01:00
parent afb2f1f658
commit 1ae788f52e
12 changed files with 144 additions and 91 deletions

View File

@@ -108,4 +108,10 @@ Public Class frmMain
frm.Show()
RibbonPageCategoryEntityDesigner.Visible = True
End Sub
Private Sub BarButtonConnectionSettings_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonConnectionSettings.ItemClick
Dim frm As New frmServiceConfig()
frm.MdiParent = DocumentManager.MdiParent
frm.Show()
End Sub
End Class