コード例 #1
0
 public void Add(int y, int x, uint[] chstr, int n)
 {
     CursesMethods.mvwaddchnstr(this.winptr, y, x, chstr, n);
 }