Beispiel #1
0
 public void Dispose()
 {
     if (m_attachments != null && Marshal.IsComObject(m_attachments))
     {
         Marshal.ReleaseComObject(m_attachments);                
     }
     m_attachments = null;
 }
Beispiel #2
0
 internal RWSAttachments(Redemption.Attachments attachments)
 {
     m_attachments = attachments;
 }