Files
DP44/Common/DTS.CommonCore/.svn/pristine/76/76f198a68eff0c9ed7717ce250d11c390b9ecfef.svn-base

13 lines
332 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
using DTS.Common.Interface;
using Microsoft.Practices.Prism.Events;
// ReSharper disable CheckNamespace
namespace DTS.Common.Events
{
/// <summary>
/// The Data Folder changed event.
/// </summary>
public class TestModificationChangedEvent : CompositePresentationEvent<ITestModificationModel> { }
}