using Prism.Events; namespace SHJX.Service.Common.Event { public class TransmitWavekeyEvent : PubSubEvent<string> { } }