2006年3月8日
摘要: using System.Diagnostics;private void button1_Click(object sender, EventArgs e) { ProcessStartInfo Info = new ProcessStartInfo(); try { Info.File... 阅读全文
posted @ 2006-03-08 15:18 北极熊,我来了! 阅读(374) 评论(0) 推荐(0)