示例#1
0
 public ConsoleMessage(string text, RecordType type, Color color)
 {
     Text = text;
     Type = type;
     Color = color;
 }
示例#2
0
 public ConsoleMessage(string text, RecordType type, Color color)
 {
     Text  = text;
     Type  = type;
     Color = color;
 }