init
This commit is contained in:
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
using DTS.Common.Interface.Realtime;
|
||||
using Microsoft.Practices.Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events.Realtime
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// The RealtimeChannelSelectedEvent event.
|
||||
/// this event is called whenever a realtime channel is selected and is used to notify realtime
|
||||
/// </summary>
|
||||
///
|
||||
public class RealtimeChannelSelectedEvent : CompositePresentationEvent<IRealtimeChannel> { }
|
||||
}
|
||||
Reference in New Issue
Block a user