private static void GetNewListRequest() { // Display Get List Page GetListPage.Display(); // Side note Console.WriteLine("Note: As a new list, we advise to sort it first, to better analyse the output of this software."); ConsoleHelper.RequestAnyInputToProceed(); // Return to Project Page Display(); }
private static void NewProjectSetUp() { Console.WriteLine("To start a new project you need a list of strings to perform the filters on it."); ConsoleHelper.RequestAnyInputToProceed(); // Display Get List Page GetListPage.Display(); // Side note Console.WriteLine("Note: As a new list, we advise to sort it first, to better analyse the output of this software."); ConsoleHelper.RequestAnyInputToProceed(); Console.Clear(); IsNewProject = false; }