Пример #1
0
 public void NewWebView(string url, bool transparent)
 {
     var view = new CefWebView(url, transparent);
 }
Пример #2
0
 public void NewWebView(string url, bool transparent)
 {
     var view = new CefWebView(url, transparent);
 }