コード例 #1
0
ファイル: handles.cs プロジェクト: WildGenie/mono-curses
 public int redrawwin()
 {
     return(Curses.redrawwin(Handle));
 }