Beispiel #1
0
 public void PostData(string url, byte[] data, int len)
 {
     Cef3Binder.MyCefBwPostData(this.myCefBrowser, url, data, len);
 }