using Prism.Events; using System.Collections.Generic; using SHJX.Service.Model.EventArgs; namespace SHJX.Service.Common.Event { public class UpdateStausEvent : PubSubEvent<ShowStatusValueArgs>{ } }