コード例 #1
0
 public override void ShowResult()
 {
     Console.Clear();
     System.Console.WriteLine("Project in progress \n \n Option not yet ready");
     Thread.Sleep(2500);
     Console.Clear();
     MessagesHelper.AnimProcess(3);
     MessagesHelper.GoodBye();
 }
コード例 #2
0
        public override void SubMenu()
        {
            System.Console.WriteLine("\n \n We've got this. What now? \n");
            System.Console.WriteLine("#1 <- Reapet");
            System.Console.WriteLine("#2 <- Quit to main menu");
            int choice = int.Parse(Console.ReadLine());

            MessagesHelper.AnimProcess(3);

            PerformAction(choice);
        }