MS_10052016

This commit is contained in:
SchreiberM
2016-05-11 12:00:53 +02:00
parent 0b1f56f4d0
commit c06083c714
16 changed files with 2465 additions and 744 deletions

View File

@@ -729,4 +729,10 @@ Public Class frmMain
frm.MdiParent = MAIN_FORM
frm.Show()
End Sub
Private Sub BarButtonItem21_ItemClick(sender As Object, e As ItemClickEventArgs) Handles BarButtonItem21.ItemClick
Dim frm As New frmSAP_FuBa
frm.MdiParent = Me
frm.Show()
End Sub
End Class