示例#1
0
 public static void SetScreenPos(Window win, int x, int y)
 {
     if (win.SetWindowPos(x, y))
     {
         RefreshAll();
     }
 }
示例#2
0
 public static void SetScreenPos(Window win,int x,int y)
 {
     if (win.SetWindowPos(x, y))
     {
         RefreshAll();
     }
 }