Example #1
0
 public void MoveWindowParent(int pary, int parx)
 {
     CursesMethods.mvderwin(this.winptr, pary, parx);
 }