Beispiel #1
0
 static void WriteToConsole(string message)
 {
     LineFormatter.Format(message, LineFormatter.FormatConsole);
     Console.ForegroundColor = ConsoleColor.White;
     Console.WriteLine();
 }
Beispiel #2
0
 public override TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
 {
     return(new StandardValuesCollection(LineFormatter.GetColorsList()));
 }