Ejemplo n.º 1
0
 // Por cada panel, elimina los colores del fondo (estado activo)
 public void switchOffAllLights()
 {
     foreach (Panel p in this.paneles)
     {
         p.switchOffAllLIghts();
     }
     swi.moveToPanel(0);
 }