3
I have my main form (image below), and in it a Split Container.
I open a secondary form (which is currently displayed) on panel2
of SplitContainer
, where the user selects an account to perform financial transactions.
As soon as he chooses the account, and click the button continuar
of that form, if everything is OK, the form selection should be closed and, in its place, show another form with the available options.
How can I inform mine form main that the form selection has been closed, so it can load the next form?
I think about using events and delegate, is correct?
This is exactly what I wanted. I had forgotten how to do it, despite being very simple. Thanks!
– 00lenon