Hi
I have a little tool with a main form (including a datagridview and a button).
I the user clicks on it a dialog form appears and the user can edit some data.
After closing the dialog form with ok - the datagridview should be updated with
the data from the dialog form.
But I have no access from the ok method of the dialog form to the data grid view
method of form 1.
How can I change the datagridview automatically if the user clicks the OK-button
of the dialog form?