remove duplicate definition of OnBeforeStartInternal (how'd that get there?)
This commit is contained in:
parent
399a5c8e34
commit
8e41ff2f82
@ -117,10 +117,6 @@ public class Application
|
||||
return false;
|
||||
}
|
||||
|
||||
protected virtual void OnBeforeStartInternal(CancelEventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
protected virtual int StartInternal()
|
||||
{
|
||||
CancelEventArgs ce = new CancelEventArgs();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user