예제 #1
0
 public FileDown(Light light)
 {
     _light = light;
 }
예제 #2
0
 public FileUP(Light light)
 {
     this.light = light;
 }