コード例 #1
0
 public static void Show(PopupWindow window, Point position)
 {
     InternalShow(window, position);
 }
コード例 #2
0
 public static void Show(PopupWindow window)
 {
     InternalShow(window, new Point());
 }