if (resultOfAct.IsSuccessFul) { Console.ForegroundColor = ConsoleColor.Green; } else { Console.ForegroundColor = ConsoleColor.Red; }
Gray seems to be the default color, not White.
No comments:
Post a Comment