WinForms/WPF/OffScreenRemove CefSharpSettings.SubprocessExitIfParentProcessClosed = true; as it's now the default

This commit is contained in:
amaitland
2019-12-14 11:51:27 +10:00
parent ac87ce9b5a
commit 282d2c0bd3
3 changed files with 3 additions and 15 deletions

View File

@@ -14,10 +14,6 @@ namespace CefSharp.MinimalExample.WinForms
[STAThread]
public static void Main()
{
//Monitor parent process exit and close subprocesses if parent process exits first
//This will at some point in the future becomes the default
CefSharpSettings.SubprocessExitIfParentProcessClosed = true;
//For Windows 7 and above, best to include relevant app.manifest entries as well
Cef.EnableHighDPISupport();