Ejemplo n.º 1
0
 protected internal unsafe override void OnBeforeChildProcessLaunch(CefCommandLine commandLine)
 {
     _implementation.OnBeforeChildProcessLaunch(commandLine);
 }
 public override void OnBeforeChildProcessLaunch(CefCommandLine commandLine)
 {
     _implementation.OnBeforeChildProcessLaunch(commandLine);
 }