change line color in c# code example
Example 1: change line color in c#
//set the foreground color to cyan
Console.ForegroundColor=ConsoleColor.cyan;
Example 2: change line color in c#
Console.ForegroundColor=ConsoleColor.cyan;
//set the foreground color to cyan
Console.ForegroundColor=ConsoleColor.cyan;
Console.ForegroundColor=ConsoleColor.cyan;