public void NewWebView(string url, bool transparent) { var view = new CefWebView(url, transparent); }