示例#1
0
        public CefWebBrowserCore(object owner, CefBrowserSettings settings, string startUrl)
        {
            this.owner            = owner;
            this.settings         = settings;
            this.startUrl         = startUrl;
            this.jsBindingContext = new JSBindingContext(this);
            this.jsBindingContext.BindJSObject("cefGlue._browser", this);

            this.readyOptions = CefReadyOptions.None;
        }
        public CefWebBrowserCore(object owner, CefBrowserSettings settings, string startUrl)
        {
            this.owner = owner;
            this.settings = settings;
            this.startUrl = startUrl;
            this.jsBindingContext = new JSBindingContext(this);
            this.jsBindingContext.BindJSObject("cefGlue._browser", this);

            this.readyOptions = CefReadyOptions.None;
        }