Exemplo n.º 1
0
 public void AddPluginPath(string PluginPath)
 {
     CefRuntime.AddWebPluginPath(PluginPath);
     CefRuntime.RefreshWebPlugins();
 }