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