示例#1
0
 public void Add(int y, int x, string str, int n)
 {
     CursesMethods.mvwaddnstr(this.winptr, y, x, str, n);
 }