using DTS.Common.Interface.Realtime;
using 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 : PubSubEvent { }
}