From ccf47c85c910d45e5dab04e9e80df4d626acc96e Mon Sep 17 00:00:00 2001 From: Space Time Date: Thu, 26 Dec 2024 12:58:04 +0800 Subject: [PATCH] =?UTF-8?q?1.1.4=20->=201.1.5=20=E7=AC=AC7=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proces/BrowserProc.cs b/Proces/BrowserProc.cs index 692427d..3edf221 100644 --- a/Proces/BrowserProc.cs +++ b/Proces/BrowserProc.cs @@ -12,7 +12,7 @@ internal class BrowserProc : Proc { ShutDownAppOnProcessExit = shutDownAppOnProcessExit; - Process_Exited(null!, EventArgs.Empty); + Process_Exited(null, EventArgs.Empty); } protected sealed override void Process_Exited(object? sender, EventArgs e)