Ejemplo n.º 1
0
 public static void Scroll(Window win, int top,int height,int count)
 {
     win.Scroll( top, height, count);
 }
Ejemplo n.º 2
0
 public static void Scroll(Window win, int top, int height, int count)
 {
     win.Scroll(top, height, count);
 }