C#重启系统代码

C#重启窗体代码

System.Diagnostics.Process.Start(System.Reflection.Assembly.GetExecutingAssembly().Location);
notifyIcon1.Visible = false;
Application.Exit();

原文地址:https://www.cnblogs.com/yangdunqin/p/3983067.html