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