Beispiel #1
0
 public virtual void Attach(IModHost modHost, IList <LightViewModel> lights)
 {
     this.Lights  = lights;
     this.ModHost = modHost;
 }
Beispiel #2
0
 public void Attach(IModHost modHost, IList <LightViewModel> lights)
 {
     this.lights = lights;
 }