Files
DP44/Common/DTS.Common/Events/DTS.Viewer/TestModification/TestModificationChangedEvent.cs
2026-04-17 14:55:32 -04:00

13 lines
297 B
C#

using DTS.Common.Interface;
using Prism.Events;
// ReSharper disable CheckNamespace
namespace DTS.Common.Events
{
/// <summary>
/// The Data Folder changed event.
/// </summary>
public class TestModificationChangedEvent : PubSubEvent<ITestModificationModel> { }
}