Example #1
0
 public static void RemoveCellFromActionMatrix(IActionMatrix actionMatrix, 
     IRoutingItemCollection senderAddressCollection, IRoutingItemCollection recipientAddressCollection)
 {
     actionMatrix.Remove(senderAddressCollection, recipientAddressCollection);
 }