Exemple #1
0
        public void createElement(string tagName, PHTMLElementAction y)
        {
            PIHTMLElement i = InternalDocument.createElement(tagName);

            y(i);
        }