예제 #1
0
파일: Program.cs 프로젝트: Slesa/Poseidon
 bool MainMenu()
 {
     var choice = new MenuInput("Main", MainMenuItems).Select();
     return choice > 0;
 }