Beispiel #1
0
 public void RemoveAttachment(AttachmentIcon attachment)
 {
     contract.RemoveAttachment(attachment._attachmentData);
     MessageBox.Show("Вложение удалено");
 }