示例#1
0
 public void Init()
 {
     cacheSvc = CacheSvc.Instance;
     timerSvc = TimerSvc.Instance;
     timerSvc.AddTimerTask(CalcPowerAdd, CfgSvc.PowerAddSpace, PETimeUnit.Minute, 0);
     Common.Log("PowerSys Init Done");
 }