Exemple #1
0
 public void Delete(int y, int x)
 {
     CursesMethods.mvwdelch(this.winptr, y, x);
 }