Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="IdpGie.Shapes.Pages.WebPagePieceBase"/> class.
 /// </summary>
 protected WebPagePieceBase()
 {
     this.Id = IdDispatcher.getId();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WebShapeBase"/> class.
 /// </summary>
 protected WebShapeBase()
 {
     this.Id = IdDispatcher.getId();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WebPage"/> class.
 /// </summary>
 public WebPage() : base()
 {
     this.Id = IdDispatcher.getId();
 }