using System.Collections.Generic;
using DTS.Common.Interface;
using Prism.Events;
// ReSharper disable CheckNamespace
namespace DTS.Common.Events
{
///
/// The number of selected Graphs changed event.
///
public class ChannelsModificationNotification : PubSubEvent> { }
}