摘要: 主界面注销 原理:开启一个新进程并关闭当前进程及相关进程。 Process sprs = new Process(); sprs.StartInfo.FileName = Application.ExecutablePath.Trim(); //启动的程序 sprs.Start(); Process 阅读全文
posted @ 2017-04-17 14:26 Z_JRV1 阅读(102) 评论(0) 推荐(0)