Commit 03080b51 authored by 黄奎's avatar 黄奎

服务修改

parent f0c3d655
...@@ -7,9 +7,9 @@ namespace Mall.WindowsService ...@@ -7,9 +7,9 @@ namespace Mall.WindowsService
{ {
static void Main(string[] args) static void Main(string[] args)
{ {
Module.CuiPingModule.AddWechatStatistics(); //Module.CuiPingModule.AddWechatStatistics();
// ServiceBase[] services = new ServiceBase[] { new WindowsService() }; ServiceBase[] services = new ServiceBase[] { new WindowsService() };
// ServiceBase.Run(services); ServiceBase.Run(services);
} }
} }
} }
...@@ -144,6 +144,7 @@ namespace Mall.WindowsService ...@@ -144,6 +144,7 @@ namespace Mall.WindowsService
this.timer3.Enabled = false; this.timer3.Enabled = false;
this.timer4.Enabled = false; this.timer4.Enabled = false;
this.timer5.Enabled = false; this.timer5.Enabled = false;
this.timer11.Enabled = false;
//this.timer6.Enabled = false; //this.timer6.Enabled = false;
//this.timer7.Enabled = false; //this.timer7.Enabled = false;
//this.timer8.Enabled = false; //this.timer8.Enabled = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment