Asp Net, C#.Net and VB.Net Code Examples, Sql Server Examples and Tutorials for All Technologies
.Net Code Examples, SQL Server Examples and Tutorials For All Technologies. Find what you want?
Monday, 22 September 2014
C# Console application to Exit from application
static void Main(string[] args)
{
Program prg = new Program();
prg.ImportData();
Environment.Exit(0);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment