/ConsoleMenu

Implementation of arrow keys handled menu inside console.

Primary LanguageC#MIT LicenseMIT

CONSOLE MENU

Implementation of arrow keys handled menu in console.

More updates to come sooner

Use in Program as:

var m = new Menu(new string[]{"option1", "Option2"});
Console.Write("\n\nYou have selected:\t{0}", m.selectOption());