|
Application.Exit ();
System.Diagnostics.Process.Start (Application.StartupPath + "\\aa.exe");
This can be restarted, but the problem is that if the user changes the application name, it cannot be restarted. It seems that the thread method should be used. How to use it has not been studied. |
|