add Inbox Form
This commit is contained in:
@@ -199,4 +199,11 @@ Public Class frmMain
|
||||
}
|
||||
frm.Show()
|
||||
End Sub
|
||||
|
||||
Private Sub BarButtonInbox_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonInbox.ItemClick
|
||||
Dim oForm As New frmInbox With {
|
||||
.MdiParent = DocumentManager.MdiParent
|
||||
}
|
||||
oForm.Show()
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user