Saturday, November 11, 2017

Exit application programmatically (c#/.NET) 


// Terminate process and return the exit code to the operating system. 
//0  indicates that process has completed successfully

                    Environment.Exit(0);

No comments:

Post a Comment