Ejemplo n.º 1
0
 public Window(int nlines, int ncols, int begy, int begx)
 {
     this.Handle = CursesMethods.newwin(nlines, ncols, begy, begx);
 }