Ejemplo 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 );
 }
Ejemplo 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);
 }