DavidWood2001-zz / SOFT152-Assignment

This is a repo that contains all of the files for the SOFT152 assignment, also known as the AirBnB Assignment.
0 stars 0 forks source link

Change the way that forms are opened #1

Closed DavidWood2001-zz closed 4 years ago

DavidWood2001-zz commented 4 years ago

Oscar has a good way to switch between forms in his repository. Ask him for the link and apply it to the Form.cs file so that memory usage remains constant and doesn't grow due to more pages being created.

DavidWood2001-zz commented 4 years ago

changed the way that the forms operate so that the main form (Form1.cs) is the owner of the other forms so that the hierarchy is maintained and forms don't get repeatedly made.