I have my main form (image below), and in it a Split Container .
I open a secondary form (what is currently being displayed) in panel2
of SplitContainer
, in which the user selects an account to make financial transactions.
As soon as he chooses the account, and clicking the continuar
button of this form, if everything is OK, the form selection should be closed and instead show another form with the available options.
How can I tell my main form that the form was closed, so that it can load the next form ?
>I think of using events and delegate , is it correct?