Ejemplo n.º 1
0
 public FileDown(Light light)
 {
     _light = light;
 }
Ejemplo n.º 2
0
 public FileUP(Light light)
 {
     this.light = light;
 }