Example #1
0
        public void Create(CefWindowInfo windowInfo)
        {
            if (this.client == null)
            {
                this.client = CefWebClientFactory.Default.Create(this);
            }

            CefBrowser.Create(windowInfo, this.client, this.StartUrl, this.settings);
        }
        public void Create(CefWindowInfo windowInfo)
        {
            if (this.client == null)
            {
                this.client = CefWebClientFactory.Default.Create(this);
            }

            CefBrowser.Create(windowInfo, this.client, this.StartUrl, this.settings);
        }