Exemplo n.º 1
0
 public void ChangeToCircleLight()
 {
     lightState = LightState.CIRCLE;
     masterView.ChangeToCircleLight();
 }