I was debugging a simple aplication that has three forms, and I figured out that when I close a form, and then I opened again (clicking on a button that shows the respective form), the object that represents the form is created again. I think that this consume resources unnecessarily.
So, how can I create only one instance of all forms to use while the program is executed?