Example #1
0
 public static IntPtr CefCreateString(string a)
 {
     return(Cef3Binder.MyCefCreateCefString(a));
 }