Exemple #1
0
 public int wredrawwin(int beg_line, int num_lines)
 {
     return(Curses.wredrawwin(Handle, beg_line, num_lines));
 }