コード例 #1
0
ファイル: Panel.cs プロジェクト: jTitor/CursesSharp
 public void SetBottom()
 {
     CursesMethods.bottom_panel(this.handle);
 }