From 8e41ff2f82448dba81c97470f7b2cd191430fd52 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Mon, 22 Jul 2024 23:40:16 -0400 Subject: [PATCH] remove duplicate definition of OnBeforeStartInternal (how'd that get there?) --- framework-dotnet/src/lib/MBS.Core/Application.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/framework-dotnet/src/lib/MBS.Core/Application.cs b/framework-dotnet/src/lib/MBS.Core/Application.cs index a7b0ca0..255002d 100644 --- a/framework-dotnet/src/lib/MBS.Core/Application.cs +++ b/framework-dotnet/src/lib/MBS.Core/Application.cs @@ -117,10 +117,6 @@ public class Application return false; } - protected virtual void OnBeforeStartInternal(CancelEventArgs e) - { - } - protected virtual int StartInternal() { CancelEventArgs ce = new CancelEventArgs();