Ejemplo n.º 1
0
 public void AddBackgroundItem(BackgroundItem backgroundItem)
 {
     BackgroundItems.Add(backgroundItem);
 }
Ejemplo n.º 2
0
 public MapBuilder AddBackgroundItem(BackgroundItem backgroundItem)
 {
     return(AddAction(map => map.AddBackgroundItem(backgroundItem)));
 }