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