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