Esempio n. 1
0
 void menuItemViewAttachments_Click(CommandBarButton Ctrl, ref bool CancelDefault)
 {
     UIActions.ActionViewAttachments();
 }
Esempio n. 2
0
 void btnViewAttachments_Click(Microsoft.Office.Core.CommandBarButton Ctrl, ref bool CancelDefault)
 {
     UIActions.ActionViewAttachments();
 }