Ejemplo n.º 1
0
 public void InvokeCefDialog(string message, string prompt, DialogEventType type)
 {
     _clientqueryHandler?._mainWorker_OnJSDialog(message, prompt, type);
 }