예제 #1
0
        public void DisplayInput(string userProfile, string userName, string userAge, string userGender, string userEmail, string userPhone)
        {
            bool write = false;

            Console.Clear();
            AdopterDisplayInput(userName, userAge, userGender, userEmail, userPhone, userProfile);
            Console.WriteLine("\nIs this information correct? (WARNING: If 'no', your information will be wiped and you will be brought back to the previous menu.");
            write = ui.ConfirmInput();
            if(write == true)
            {