using System.Collections.Generic; using Prism.Events; using SWS.Model; namespace SWS.CAD.Event { public class SelectProjectEvent : PubSubEvent> { } }