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