Example #1
0
        protected void Dispose(bool disposing)
        {
            if (disposing)
            {
                // do nothing
            }

            if (_Formatter != IntPtr.Zero)
            {
                NativeMethods.umsg_close(_Formatter);
            }
            _Formatter = IntPtr.Zero;
        }