S
Steve B.
Hi,
I'm building a console application with VS 2005.
In one method of a class, I need to exit the application properly, like
Application.Exit() does in a Windows application.
Is there any "proper" way to do this, instead of using
Process.GetCurrentProcess().Kill() ?
Thanks,
Steve
I'm building a console application with VS 2005.
In one method of a class, I need to exit the application properly, like
Application.Exit() does in a Windows application.
Is there any "proper" way to do this, instead of using
Process.GetCurrentProcess().Kill() ?
Thanks,
Steve