I have a simple problem: I have a main form in win-forms / C #. It has a list bound to a database.
When I click the button, a new form is created.
When I click on a button on a child form, I want to call a method that exists in the main form, which updates the list box or, alternatively, when the child form closes, to call this function.
Is it possible?
source
share