Ejemplo n.º 1
0
 public static void StartMenu()
 {
     Console.WriteLine("Hello User!   "
                       + "You would enter next commands:\n"
                       + "1 - Show all users\n"
                       + "2 - Create new users\n"
                       + "3 - Delete users by Name\n"
                       + "4 - Create awards\n"
                       + "5 - Show awards list\n"
                       + "6 - Add awards for user\n"
                       + "q - For exit application\n"
                       );
     CaseMenu();
     filehandler.ExtensionInit();
 }