public static void Scroll(Window win, int top,int height,int count) { win.Scroll( top, height, count); }
public static void Scroll(Window win, int top, int height, int count) { win.Scroll(top, height, count); }