예제 #1
0
파일: IngPages.cs 프로젝트: taeke/INGAD
 /// <summary>
 /// Initializes a new instance of the <see cref="IngPages"/> class.
 /// </summary>
 /// <param name="webDriver"> The <see cref="IWebDrive"/> instance. </param>
 /// <param name="htmlDataState"> The <see cref="IHtmlDataState"/> instance. </param>
 public IngPages(IWebDriver webDriver, IHtmlDataState htmlDataState)
 {
     this.webDriver = webDriver;
     this.htmlDataState = htmlDataState;
 }
예제 #2
0
파일: IngPages.cs 프로젝트: taeke/INGAD
 /// <summary>
 /// Initializes a new instance of the <see cref="IngPages"/> class.
 /// </summary>
 /// <param name="webDriver"> The <see cref="IWebDrive"/> instance. </param>
 /// <param name="htmlDataState"> The <see cref="IHtmlDataState"/> instance. </param>
 public IngPages(IWebDriver webDriver, IHtmlDataState htmlDataState)
 {
     this.webDriver     = webDriver;
     this.htmlDataState = htmlDataState;
 }