using Prism.Events; namespace CapMachine.Wpf.PrismEvent { /// /// CAN/CANFD/LIN 配置变更事件。 /// public class CanLinConfigChangedEvent : PubSubEvent { } }