public static void Clear() { Console.Clear(); Display.Title(); }
public static void Title() { Display.foreground(ConsoleColor.Yellow); Console.WriteLine("\r\n================================================================================\r\n __ __ _____ ____ _ _____ _____ _____ ____ \r\n | \\/ | __ \\| _ \\ | | /\\ / ____/ ____| __ \\| _ \\ \r\n | \\ / | | | | |_) | | |_ ___ / \\ | | | | | | | | |_) |\r\n | |\\/| | | | | _ < | __/ _ \\ / /\\ \\| | | | | | | | _ < \r\n | | | | |__| | |_) | | || (_) | / ____ \\ |___| |____| |__| | |_) |\r\n |_| |_|_____/|____/ \\__\\___/ /_/ \\_\\_____\\_____|_____/|____/ \r\n \r\n================================================================================\r\n "); }