Exemplo n.º 1
0
 protected override void OnPluginCrashed(CefBrowser browser, string pluginPath)
 {
     _core.InvokeIfRequired(() => _core.OnPluginCrashed(new PluginCrashedEventArgs(pluginPath)));
 }