文章分类 -  Windows Form

摘要:做了一个Windows Form 客户端程序,其中一个功能需要监控一个服务的运行状态,如果服务是已启动,需要提供停止服务的功能,反之。 需要用到一下类文件中的方法,即可实现功能需求: 1 using System; 2 using System.Collections.Generic; 3 usin 阅读全文
posted @ 2015-09-01 15:03 Tea_or_Coffee 阅读(532) 评论(0) 推荐(0)