S
sune42
What is the "Correct" way to exit an Winform application?
I have used
Application.Exit();
But I find that the application is still running in TaskManager after
closing it,
so I asume that I am doing something wrong here..
Any ideas?
I have used
Application.Exit();
But I find that the application is still running in TaskManager after
closing it,
so I asume that I am doing something wrong here..
Any ideas?