From 938ca77fc1289584faffa37abc3f4c1c3d1da492 Mon Sep 17 00:00:00 2001 From: Space Time Date: Thu, 5 Jun 2025 09:27:48 +0800 Subject: [PATCH] =?UTF-8?q?1.1.4=20->=201.1.5=20=E7=AC=AC26=E6=AC=A1?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Proces/BrowserProc.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Proces/BrowserProc.cs b/Proces/BrowserProc.cs index 3edf221..a340fe0 100644 --- a/Proces/BrowserProc.cs +++ b/Proces/BrowserProc.cs @@ -8,12 +8,7 @@ internal class BrowserProc : Proc { private readonly bool ShutDownAppOnProcessExit; - internal BrowserProc(string browserPath, bool shutDownAppOnProcessExit) : base(browserPath) - { - ShutDownAppOnProcessExit = shutDownAppOnProcessExit; - - Process_Exited(null, EventArgs.Empty); - } + internal BrowserProc(string browserPath, bool shutDownAppOnProcessExit) : base(browserPath) => ShutDownAppOnProcessExit = shutDownAppOnProcessExit; protected sealed override void Process_Exited(object? sender, EventArgs e) {