You could use a state machine, at least to remember which top level menu has been selected. Although if you are only going to have 2 top level menus (timer, stopwatch), you would only need a bool to tell you which menu you are in. Nested While(true) loops doesn't sound like a good method
1 Like