right now i have a form that creates an instance of anouther form
(
form1 form1instance = new form1();
form1instance.showdialog()
)
the user makes changes in form1instance, and then exits the form.
how can i refresh the parent form?

using .net 3.5