Exemplo n.º 1
0
 protected void DrawTriggerMessage(string message)
 {
     Feedback.ForegroundColor(ConsoleColor.Cyan);
     Feedback.WriteLine(message);
     Feedback.ForegroundColor(ConsoleColor.White);
 }