예제 #1
0
 public void PushColor(Color color)
 {
     _colorStack.Push(color);
 }
예제 #2
0
 public ConsoleLine(string text, Color color)
 {
     _text = text;
     _color = color;
 }