Files
DP44/Common/DTS.Common/.svn/pristine/8e/8e38e8c8c50f81ed8842143e8ee705c5688db4fd.svn-base
2026-04-17 14:55:32 -04:00

13 lines
344 B
Plaintext

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