/// <summary>
 /// Constructor for ClientSidePage class
 /// </summary>
 public ClientSidePage()
 {
     this._sections = new CanvasSectionCollection(this.ParentTemplate);
 }
Exemple #2
0
 /// <summary>
 /// Constructor for BaseClientSidePage class
 /// </summary>
 public BaseClientSidePage()
 {
     this._sections = new CanvasSectionCollection(this.ParentTemplate);
     Security       = new ObjectSecurity();
 }