/// <summary> /// Execute the specified notification. /// </summary> /// <param name="notification">Notification.</param> public void Execute(PureMVC.Interfaces.INotification notification) { delegates = new Dictionary <string, LoadConfingDelegate>() { /*{"Config/Skill",DBFacade.Instance.LoadSkill},*/ }; CustomerUpdate.Instance.AddUpdate(LoadConfig); enumerator = delegates.GetEnumerator(); GlobalLog.Log("StartCommand Succed"); }