Exemplo n.º 1
0
 public ColorMap(ColorConsoleConfigurator config)
 {
     _config = config;
     _text = new ColorDefinition(this, (m,c) => TextColor = c);
     _background = new ColorDefinition(this, (m, c) => BackGroundColor = c);
 }
Exemplo n.º 2
0
 public ColorMap(ColorConsoleConfigurator config)
 {
     _config     = config;
     _text       = new ColorDefinition(this, (m, c) => TextColor = c);
     _background = new ColorDefinition(this, (m, c) => BackGroundColor = c);
 }