Skip to content

kalin-marinov/ConsoleMenu

Repository files navigation

ConsoleMenu

This solution shows two examples of creating menus on the Console with C#

Project ConsoleMenu: The simplest way to create a menu using a while loop and storing the current selection in an int variable

Project ClassyConsoleMenu: has a defined class for the menus and an Example Class with the Main method to show how the ConsoleMenu class works

About

An example of creating simple menus on Console with C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages