Exemple #1
0
 bool MainMenu()
 {
     var choice = new MenuInput("Main", MainMenuItems).Select();
     return choice > 0;
 }