+ 1
how to stop automaticly closing of c# console application?
when l run my program it's closed suddenly!
2 Respuestas
+ 5
You can add Console.ReadKey(); at the end of your code.
+ 2
Start the application with ctrl-F5 instead of F5.
when l run my program it's closed suddenly!