04 2018 档案

winform中 让 程序 自己重启
摘要:private void button1_Click(object sender, EventArgs e) { Application.ExitThread(); Application.Exit(); Application.Restart(); Process.GetCurrentProces 阅读全文

posted @ 2018-04-18 10:43 陈德洲 阅读(196) 评论(0) 推荐(0)

导航