internal HtmlDocument(HtmlShimManager shimManager, System.Windows.Forms.UnsafeNativeMethods.IHTMLDocument doc)
 {
     this.htmlDocument2 = (System.Windows.Forms.UnsafeNativeMethods.IHTMLDocument2)doc;
     this.shimManager   = shimManager;
 }
 internal HtmlDocument(HtmlShimManager shimManager, System.Windows.Forms.UnsafeNativeMethods.IHTMLDocument doc)
 {
     this.htmlDocument2 = (System.Windows.Forms.UnsafeNativeMethods.IHTMLDocument2) doc;
     this.shimManager = shimManager;
 }