コード例 #1
0
		public WebFormsHtmlFoldParser(IHtmlReaderFactory htmlReaderFactory)
			: base(htmlReaderFactory)
		{
		}
コード例 #2
0
ファイル: HtmlFoldParser.cs プロジェクト: nylen/SharpDevelop
		public HtmlFoldParser(IHtmlReaderFactory htmlReaderFactory)
		{
			this.htmlReaderFactory = htmlReaderFactory;
		}
コード例 #3
0
 public HtmlFoldParser(IHtmlReaderFactory htmlReaderFactory)
 {
     this.htmlReaderFactory = htmlReaderFactory;
 }
コード例 #4
0
 public WebFormsHtmlFoldParser(IHtmlReaderFactory htmlReaderFactory)
     : base(htmlReaderFactory)
 {
 }