using DTS.Common.Interface.Realtime;
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.Realtime
{
///
/// The RealtimeChannelSelectedEvent event.
/// this event is called whenever a realtime channel is selected and is used to notify realtime
///
///
public class RealtimeChannelSelectedEvent : CompositePresentationEvent { }
}