Brute force to terminate application
Everybody knows about:
Application.Exit();
But if you looking for brute way to close your app immediately you could use:
System.Environment.Exit(0);
Labels: Coding
Everybody knows about:
Application.Exit();
But if you looking for brute way to close your app immediately you could use:
System.Environment.Exit(0);
Labels: Coding
1 Comments:
OMG! Thankyou!
Post a Comment
Subscribe to Post Comments [Atom]
<< Home