/// <summary> /// Main access point to the program, instantiates object of type UIMenu and launches the user-friendly constructed menu /// </summary> static void Main(string[] args) { UIMenu menu = new UIMenu(); menu.Launch(); }
static void Main(string[] args) { UIMenu UIMenu = new UIMenu("EMS-DBase.db"); UIMenu.MainMenu(); }
static void Main(string[] args) { UIMenu EMSMenu = new UIMenu(); EMSMenu.ShowMainMenu(); }