C#创建Windows服务(Windows Services) 实战之系统定时重启服务

//服务器重启服务,作者:柳永法 www.yongfa365.com
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.ServiceProcess;
using System.IO;
using System.Text;
using System.Timers;
posted @ 2008-04-19 00:19  vs.net  阅读(132)  评论(0)    收藏  举报