we have a suite of applications for which I'd like to execute some standard code when the applications start in the Main() routine.
I was hoping I could do this via inheritance without having to put the same code in each occurrence of the Main() routine, but I'm unsure of the best way to do it.
Can anyone suggest how to go about this?
thanks
Matt