Ejemplo n.º 1
0
 // IDisposable
 protected virtual void Dispose(bool disposing)
 {
     if (!this.disposedValue)
     {
         if (disposing)
         {
             m_pStream.close();
         }
         m_pStream  = null;
         m_pSurface = null;
     }
     this.disposedValue = true;
 }