コード例 #1
0
ファイル: WebPagePieceBase.cs プロジェクト: Rupsbant/IdpGie
 /// <summary>
 /// Initializes a new instance of the <see cref="IdpGie.Shapes.Pages.WebPagePieceBase"/> class.
 /// </summary>
 protected WebPagePieceBase()
 {
     this.Id = IdDispatcher.getId();
 }
コード例 #2
0
ファイル: WebShapeBase.cs プロジェクト: Rupsbant/IdpGie
 /// <summary>
 /// Initializes a new instance of the <see cref="WebShapeBase"/> class.
 /// </summary>
 protected WebShapeBase()
 {
     this.Id = IdDispatcher.getId();
 }
コード例 #3
0
ファイル: WebPage.cs プロジェクト: Rupsbant/IdpGie
 /// <summary>
 /// Initializes a new instance of the <see cref="WebPage"/> class.
 /// </summary>
 public WebPage() : base()
 {
     this.Id = IdDispatcher.getId();
 }