using Prism.Events; using System; namespace SHJX.Service.Common.Event { public class UpdateSettingEvent : PubSubEvent { } }