コード例 #1
0
ファイル: IeRoutine.cs プロジェクト: gilby125/CliverBot
 public void ClickHtmlElement(HtmlElement he)
 {
     browser.ClickHtmlElement(he);
 }