标签:行业软件 软件 系统 技术分享 image com send end 应用
实现效果:
知识运用:
Application类的Restart方法
public static void Restart () //关闭应用程序并立即启动新的实例
实现代码:
private void button1_Click(object sender, EventArgs e) { Application.Restart(); } private void button2_Click(object sender, EventArgs e) { Application.Exit(); }
标签:行业软件 软件 系统 技术分享 image com send end 应用
原文地址:https://www.cnblogs.com/feiyucha/p/10324879.html