摘要: 1 class 设置服务恢复选项 2 { 3 public static void Main(string[] args) 4 { 6 ServiceRecovery.UpdateServiceConfig("DEMO"); 7 Console.WriteLine("ok"); 8 } 9 } 10 11 class ServiceRecovery 12 { 13 #region NativeMethod 14 1... 阅读全文
posted @ 2013-02-25 10:46 94cool 阅读(1743) 评论(0) 推荐(0)