You have two options.
You run the application without debugging (instead of F5 press
CTRL+F5). Or, if you don’t want to run the application without the debugger, at the end of the application code add:
Console.ReadLine() |
You have two options.
You run the application without debugging (instead of F5 press
CTRL+F5). Or, if you don’t want to run the application without the debugger, at the end of the application code add:
Console.ReadLine() |