Esempio n. 1
0
 protected virtual void OnComment(IHTMLCommentElement el)
 {
 }
 protected virtual void OnComment(IHTMLCommentElement el) { }
Esempio n. 3
0
 public CommentAdapter(object node)
     : base(node)
 {
     _comment  = node as IHTMLCommentElement;
     _comment2 = node as IHTMLCommentElement2;
 }
Esempio n. 4
0
 public CommentAdapter( object node )
   : base( node )
 {
   _comment = node as IHTMLCommentElement;
   _comment2 = node as IHTMLCommentElement2;
 }