2015年7月29日
摘要: /// /// 判断是否安装了某个服务 /// /// /// public static bool ISWindowsServiceInstalled(string serviceName) { try { ServiceController[] services = ServiceCon... 阅读全文
posted @ 2015-07-29 11:07 一切都在前方 阅读(196) 评论(0) 推荐(0)