|
C#: ReRunning the program
My program consists of mainly a switch statment that determines what task the user wants. I give the user a list of 4 task and he picks one. What I'm trying to do it make it where once the user is done with a task the program runs again without exiting. Like making the switch statment run again. Anyone know how. I tried putting the program into a function and then at the end of the function calling it self again, but it didn't work. Help
BTW: Its a command prompt program :P
|