So on my main form there are a few labels, which are defined by settings. The user can press an edit button which opens a new form with text boxes and a save button to edit those settings/labels. It works properly, it changes the settings but you only notice the difference if you close then re open the program. How do I make my main form refresh when the user makes the changes?
Main form:
https://gist.github.com/959264
Editing form:
https://gist.github.com/959265
Thanks