Files
DP44/Common/DTS.Common/.svn/pristine/e9/e92c39888bb1aa678e011b84f397b0227ae0f41f.svn-base
2026-04-17 14:55:32 -04:00

13 lines
297 B
Plaintext

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> { }
}