How to retrieve data from a dialog box?
- by Ralph
Just trying to figure out an easy way to either pass or share some data between the main window and a dialog box.
I've got a collection of variables in my main window that I want to pass to a dialog box so that they can be edited.
They way I've done it now, is I pass in the list to the constructor of the dialog box:
private void…