예제 #1
0
 public void Dispose()
 {
     if (this.hwnd != IntPtr.Zero)
     {
         PInvoke.RevokeDragDrop(this.hwnd);
         this.hwnd = IntPtr.Zero;
     }
 }