コード例 #1
0
ファイル: Attachments.cs プロジェクト: killbug2004/WSProf
 public void Dispose()
 {
     if (m_attachments != null)
     {
         Marshal.ReleaseComObject(m_attachments);
         m_attachments = null;
     }
 }
コード例 #2
0
ファイル: Attachments.cs プロジェクト: killbug2004/WSProf
 internal Attachments(Redemption.Attachments attachments)
 {
     m_attachments = attachments;
 }