Пример #1
0
        public IECustomContent(InternetExplorer8ProxyAction internetExplorer8ProxyAction, Guid networkId)
            : this()
        {
            this.internetExplorer8ProxyAction = internetExplorer8ProxyAction;
            this.networkId = networkId;

            this.initialize = true;
            InitUI();
            this.initialize = false;
        }
Пример #2
0
        public IECustomContent(InternetExplorer8ProxyAction internetExplorer8ProxyAction, Guid networkId)
            : this()
        {
            this.internetExplorer8ProxyAction = internetExplorer8ProxyAction;
            this.networkId = networkId;

            this.initialize = true;
            InitUI();
            this.initialize = false;
        }