摘要: using System;using System.Collections.Generic;using System.Text;using System.Diagnostics;using System.IO;using System.Windows.Forms;namespace Aofax{ class GetProcessPath { static string processPath; public static string GetPath(string processName) { Process[] processes = System.Diagnostics.Process.. 阅读全文
posted @ 2012-07-30 09:48 keyen 阅读(572) 评论(0) 推荐(0) 编辑