コード例 #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);
 }