예제 #1
0
        }            //Save the list from a file HERE.

        static string changeColor()
        {
            string b = Console.ForegroundColor = ConsoleColor.DarkGray("");

            return(Console.ForegroundColor = ConsoleColor.DarkGray);
        }