Esempio n. 1
0
 private static void SelectableChoice(Choice сhoice)
 {
     HistorySelectables.Add(сhoice);
     Selectables.Clear();
     ComeBack();
 }
Esempio n. 2
0
 private static void OutPutDescriptionChoice(Choice сhoice)
 {
     Console.WriteLine($"{сhoice.Description}");
 }
Esempio n. 3
0
 public static void Selectable(Choice сhoice)
 {
     OutPutDescriptionChoice(сhoice);
     SelectableChoice(сhoice);
 }