コード例 #1
0
 protected internal unsafe override void OnBeforeChildProcessLaunch(CefCommandLine commandLine)
 {
     _implementation.OnBeforeChildProcessLaunch(commandLine);
 }
コード例 #2
0
 public override void OnBeforeChildProcessLaunch(CefCommandLine commandLine)
 {
     _implementation.OnBeforeChildProcessLaunch(commandLine);
 }