摘要:
一、安装服务:private void InstallService(IDictionary stateSaver, string filepath) { try { System.ServiceProcess.ServiceController service = new System.ServiceProcess.ServiceController("ServiceName"); if(!ServiceIsExisted("ServiceName")) ... 阅读全文
posted @ 2013-10-15 11:30
尼姑哪里跑
阅读(186)
评论(0)
推荐(0)