摘要: 1 /// <summary> 2 /// 重启指定进程 3 /// </summary> 4 private void RestartProcess() 5 { 6 if (AppProperty.ProcessSet.Count > 0) 7 { 8 string processPath = ""; 9 string processName = (AppProperty.ProcessSet[0] as string[])[0];10 ... 阅读全文
posted @ 2012-02-08 14:58 学习路上 阅读(702) 评论(0) 推荐(1) 编辑