Ejemplo n.º 1
0
 /// <summary>
 /// Registers a region with the template.
 /// </summary>
 /// <param name="placeHolder">Placeholder which will
 /// get controls to render.</param>
 public void RegisterRegion(RegionPlaceHolder placeHolder)
 {
     this.regions.Add(placeHolder.RegionId, placeHolder);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Registers a region with the template.
 /// </summary>
 /// <param name="placeHolder">Placeholder which will
 /// get controls to render.</param>
 public void RegisterRegion(RegionPlaceHolder placeHolder)
 {
     this.regions.Add(placeHolder.RegionId, placeHolder);
 }