I know this topic has been covered several times however its still unclear to me.
I am creating Windows Forms Application believe to be called a singleton program design.This is using a main form with differents options for the user to select.These options in turn all have their corresponding forms with unique functions attached.When the main form executes and the user select an option, the option form is then hiddenaway from the user (as oppose to close) until its selected again. Note.. ITS NOT CLOSED.