Files
DP44/Common/DTS.CommonCore/.svn/pristine/d0/d0683431e2e1f27b6b3d405636953e9e22dd4fce.svn-base

13 lines
432 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using System.Collections.Generic;
using DTS.Common.Interface;
using Microsoft.Practices.Prism.Events;
// ReSharper disable ClassNeverInstantiated.Global
// ReSharper disable CheckNamespace
namespace DTS.Common.Events
{
/// <summary>
/// The selected Test Summary list changed event.
/// </summary>
public class ChannelSelectionChangeNotification : CompositePresentationEvent<List<ITestChannel>> { }
}