change font color in console application
Published: 9. October 2011 | Updated: 21. October 2011License: Microsoft Public License (MS-PL)
Categories: Consoles
Tags: C# Colors Console
Console.ForegroundColor = ConsoleColor.Red;
| Send us feedback about this snippet » |





