To restart a Application in C# or VB.NET you can use the following line of code.
Sample C#
Application.Restart();
Sample VB.NET
Application.Restart
for more informations see the MSDN: Application.Restart Method
All the Code Snippets and Samples you need
To restart a Application in C# or VB.NET you can use the following line of code.
Application.Restart();
Application.Restart
for more informations see the MSDN: Application.Restart Method
You must be logged in to post a comment.
RT @CodeSnippetsNET: How to restart a Application http://t.co/aX4otNw0oD http://t.co/RufgL2Aw37 #csharp #vb #dotnet #programming