예제 #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);
 }