using Microsoft.Practices.Prism.Events; namespace DTS.Common.Events.TestSetups.TestSetupsList { /// /// The CurrentTestChangedEvent event. /// /// /// This event is used to signal the current test setup has changed /// public class CurrentTestChangedEvent : CompositePresentationEvent { } }