I'm trying to make a menu that looks similar to:
> Thing
Another Thing
Yet Another Thing
Exit
Within a C# console app. I've looked all over but can't find a library/example code for this sort of menu.
Put simply, i want to...
- Display a menu
- Allow the user to make a selection using the arrow keys [UP/DOWN]
- Do different things when different options are selected [Enter]
