04 2017 档案
摘要:主界面注销 原理:开启一个新进程并关闭当前进程及相关进程。 Process sprs = new Process(); sprs.StartInfo.FileName = Application.ExecutablePath.Trim(); //启动的程序 sprs.Start(); Process
阅读全文
摘要:Action actionAddTxtDelegate = (x, y) => { y.AppendText(x.ToString() + "\r\n"); y.ScrollToCaret(); }; Action actionUpdateTxtDelegate = (x, y) ...
阅读全文

浙公网安备 33010602011771号