2012年8月9日

windows服务的调试

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ServiceProcess; 4 using System.Text; 5 6 namespace WSFileTransfer 7 { 8 static class Program 9 {10 /// <summary>11 /// 应用程序的主入口点。12 /// </summary>13 static void Main()14 {15 ... 阅读全文

posted @ 2012-08-09 17:36 蔡成 阅读(208) 评论(0) 推荐(0) 编辑

导航