示例#1
0
 public DomainBlockWriter WriteLine(string text, ConsoleColor color)
 {
     output.WriteLine(text, color);
     return(this);
 }