using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.TestSetups.TestSetupsList
{
///
/// The CurrentTestIdChanged event.
///
///
/// This event is used to indicate that the CurrentTest Id changed.
///
public class CurrentTestIdChangedEvent : CompositePresentationEvent { }
}