using Newtonsoft.Json.Linq; using Prism.Events; using SWS.Model; namespace SWS.CAD.Event { public class SelectionChangeEvent : PubSubEvent { } }