Exemple #1
0
 public TrafficLight(int Width)
 {
     red          = true;
     ChangeStatus = Color;
     x            = Width;
 }
 public TrafficLight()
 {
     red          = true;
     ChangeStatus = Color;
 }