J
Josh King
I have a windows form that opens up another windows form on top of it.
I'd like the newly opened window to call an event on the parent to
refresh it's data on the screen, as the new window closes. Does
somebody have an example of how to do this? The problem I'm having is
using that particular class instance, of the parent, that is already
open.
I'd like the newly opened window to call an event on the parent to
refresh it's data on the screen, as the new window closes. Does
somebody have an example of how to do this? The problem I'm having is
using that particular class instance, of the parent, that is already
open.