Exemple #1
0
 public void Insert(int y, int x, string str, int n)
 {
     CursesMethods.mvwinsnstr(this.winptr, y, x, str, n);
 }