摘要: /// /// Winform程序退出删除运行目录 FormClosed调用 /// private void DeletExeFile() { string fileName = @"C:\remove.bat"; StreamWriter bat = new St... 阅读全文
posted @ 2016-10-14 11:11 深南大道 阅读(348) 评论(0) 推荐(0)