コード例 #1
0
 public static void ReleaseCursor(IntPtr hCursor)
 {
     Api_User32.DestroyCursor(hCursor);
 }