示例#1
0
文件: Program.cs 项目: ideayapai/doc
 static void Main(string[] args)
 {
     var service = new DocViewerService();
     ServiceBase.Run(service);
 }
示例#2
0
        static void Main(string[] args)
        {
            var service = new DocViewerService();

            ServiceBase.Run(service);
        }