示例#1
0
 public ColorMap(ColorConsoleConfigurator config)
 {
     _config = config;
     _text = new ColorDefinition(this, (m,c) => TextColor = c);
     _background = new ColorDefinition(this, (m, c) => BackGroundColor = c);
 }
示例#2
0
 public ColorMap(ColorConsoleConfigurator config)
 {
     _config     = config;
     _text       = new ColorDefinition(this, (m, c) => TextColor = c);
     _background = new ColorDefinition(this, (m, c) => BackGroundColor = c);
 }