Beispiel #1
0
 static UserInterface()
 {
     List<string> mainChoices = new List<string>(new[]
        {
         "Enter Calculation",
         "Quit"
     });
     MainMenu = new Menu("What is your choice", mainChoices);
 }