摘要: public void ReNewHelper() { new Thread(() => { string strInput = "ipconfig/renew"; Process p1 = new Process(); //设置要启动的应用程序 p1.StartInfo.FileName = "c 阅读全文
posted @ 2022-05-05 10:22 hack747 阅读(750) 评论(0) 推荐(0)
摘要: WindowStartupLocation="CenterScreen" 阅读全文
posted @ 2022-05-05 09:41 hack747 阅读(54) 评论(0) 推荐(0)