Example #1
0
 void CloseAttachmentDialog()
 {
     Assert.IsNotNull(attachmentDialog);
     attachmentDialog.Close();
     attachmentDialog = null;
 }
Example #2
0
        void OpenAttachmentDialog()
        {
            AssertSelectedTransaction();

            attachmentDialog = this.selectedTransaction.ClickAttachmentsButton();
        }