Exemplo n.º 1
0
 /// <summary>
 /// Constructor for the File class
 /// </summary>
 public File()
 {
     this._webParts = new WebPartCollection(this.ParentTemplate);
 }
Exemplo n.º 2
0
 public PublishingPage()
 {
     this._webParts = new WebPartCollection(this.ParentTemplate);
 }