Small app structure review
- by Lorenzo
Hi,
I would be grateful if someone could review following:
I have a main Form app. OnLoad it displays with Docstyle=Fill the main menu which is done by user control. If the user selects a choice in that Menu control, it fires an event (with one parameter Choice) which main forms reacts on.
If the choice is run the app, it closes the user control (dipose) and call method starting the app. If the choice is to quit, it calls Application.Exit.
Is that alright form programmers point of view?