コード例 #1
0
ファイル: BasePage.cs プロジェクト: Joebeazelman/Piranha
 /// <summary>
 /// Default constructor. Creates a new page.
 /// </summary>
 public BasePage()
     : base()
 {
     UI = new PiranhaHelper(this, Html) ;
 }
コード例 #2
0
ファイル: BasePage.cs プロジェクト: NJepop/Piranha
 /// <summary>
 /// Default constructor. Creates a new page.
 /// </summary>
 public BasePage()
     : base()
 {
     Piranha = new PiranhaHelper(this, Html) ;
     Facade = new PiranhaFacade() ;
 }
コード例 #3
0
 /// <summary>
 /// Default constructor. Creates a new page.
 /// </summary>
 public BasePage() : base()
 {
     UI = new PiranhaHelper(this, Html);
 }