Is there a way for an MDI parent form to invoke a method in a child form?
Specifically, I have a tool strip button on the parent form (Save) that I want to invoke the save method located in the child form. What's the best way to do this?
Thanks in advance.
-jps