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)