Ejemplo n.º 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;
        }
Ejemplo n.º 2
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;
        }