2018-03-02 00:23:21

Hello.
I have a game. I am writing on Windows Forms.
The game must have 2 states. The menu and the game itself.
And here is the question. How to create a menu when making a form, and how to switch to a game? Do I make a status variable, or are there other options?
Thanks in advance!