[Solved] Console window disappear immediately
[ad_1] You need to add the following line after your code: Console.ReadKey(); This will prevent the console from executing the next line until you press any key. In your case, it will simply finish running the code. 1 [ad_2] solved Console window disappear immediately