using Microsoft.Practices.Prism.Events;
// ReSharper disable ClassNeverInstantiated.Global
// ReSharper disable CheckNamespace
namespace DTS.Common.Events
{
///
/// The selected Test Summary list changed event.
///
public class ChannelSelectionCountNotification : CompositePresentationEvent { }
}