remove duplicate definition of OnBeforeStartInternal (how'd that get there?)

This commit is contained in:
Michael Becker 2024-07-22 23:40:16 -04:00
parent 399a5c8e34
commit 8e41ff2f82

View File

@ -117,10 +117,6 @@ public class Application
return false; return false;
} }
protected virtual void OnBeforeStartInternal(CancelEventArgs e)
{
}
protected virtual int StartInternal() protected virtual int StartInternal()
{ {
CancelEventArgs ce = new CancelEventArgs(); CancelEventArgs ce = new CancelEventArgs();