Hi there,
If I have two Forms, for example: Form1.cs and Form2.cs and one Form1, there is a button which if clicked, it would close Form1 and open Form2.
How would you go about doing that? And is there any better way of implementing this?
(This is something I'm considering to start from making a booking system or something similar).
Usmaan~