Exemplo n.º 1
0
 protected virtual void DestroyWindowCore()
 {
     if (_handle != IntPtr.Zero)
     {
         InteropMethods.DestroyWindow(_handle);
         _handle = IntPtr.Zero;
     }
 }