public static void SetScreenPos(Window win, int x, int y) { if (win.SetWindowPos(x, y)) { RefreshAll(); } }
public static void SetScreenPos(Window win,int x,int y) { if (win.SetWindowPos(x, y)) { RefreshAll(); } }