Files
DP44/Common/DTS.CommonCore/.svn/pristine/3f/3f42ee079e7394c95eac0bb3ad4ed03052e513d6.svn-base
2026-04-17 14:55:32 -04:00

13 lines
379 B
Plaintext

using System.Collections.Generic;
using DTS.Common.Interface;
using Microsoft.Practices.Prism.Events;
// ReSharper disable CheckNamespace
namespace DTS.Common.Events
{
/// <summary>
/// The number of selected Graphs changed event.
/// </summary>
public class ChannelsModificationNotification : CompositePresentationEvent<List<ITestChannel>> { }
}