示例#1
0
        public void Load()
        {
            this.Initialize();
            this.boxControlService = ServicesFactory.GetInstance().GetBoxControlService();
            this.boxControlService.Init();

            CLog4net.LogInfo("BoxsManager is Loaded");
        }
示例#2
0
 public BoxControlService GetBoxControlService()
 {
     //boxControlService = new BoxControlServiceImplByHttp();//等待实现
     boxControlService = new BoxControlServiceImplByCan();//等待实现
     return(boxControlService);
 }