Ejemplo n.º 1
0
 public TrafficLight(int Width)
 {
     red          = true;
     ChangeStatus = Color;
     x            = Width;
 }
Ejemplo n.º 2
0
 public TrafficLight()
 {
     red          = true;
     ChangeStatus = Color;
 }