Exemplo n.º 1
0
 public void AddHowToLayer(ParallaxLayer howTo)
 {
     this.HowToLayer.Add(howTo);
 }
Exemplo n.º 2
0
 public void AddLayer(ParallaxLayer layer)
 {
     this.Layers.Add(layer);
 }