According to my concern, if we want to stable the OUTPUT OF CONSOLE APPLICATION, till the close of output display USE, the label: after the MainMethod, and goto label; before end of the program
In the Program.
eg:
static void Main(string[] args)
{
label:
// Snippet of code
goto label;
}