Example #1
0
 public void InstallLight(전구 light)
 {
     this.light = light;
 }
Example #2
0
 public void Install(전구 light)
 {
     b = light;
 }