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