Exemplo n.º 1
0
 //Methods
 public void addLightSource(LightSource lightsrc)
 {
     this.lightsources.Add(lightsrc);
 }