Exemplo n.º 1
0
        public FrameCollection(DomContainer ie, IHTMLDocument2 htmlDocument)
        {
            AllFramesProcessor processor = new AllFramesProcessor(ie, (HTMLDocument)htmlDocument);

            NativeMethods.EnumIWebBrowser2Interfaces(processor);

            elements = processor.elements;
        }
Exemplo n.º 2
0
        public FrameCollection(DomContainer ie, IHTMLDocument2 htmlDocument)
        {
            AllFramesProcessor processor = new AllFramesProcessor(ie, (HTMLDocument)htmlDocument);

              NativeMethods.EnumIWebBrowser2Interfaces(processor);

              elements = processor.elements;
        }