I have a line
to close a form (closing here is preferable to hiding) but I can't see how to reload/create/open the form. In vb calling form.show after closing would cause it to automatically reload without doing anything special but in c# it seems you have to be a bit more explicit.
C#:
frmSelectmember.Default.Close();