With WinForms, which method is more efficient, close and reload or hide/show?
When working with Windows forms in C#, is it safer/more beneficial
resource-wise to completely close the form each time and reload the
data when you need the form again, as opposed to just hiding the form
and keeping it all in memory?