Files
DP44/Common/DTS.CommonCore/.svn/pristine/44/447ef63b094568bcf2a354dfae6944c5cbe3b45b.svn-base

12 lines
279 B
Plaintext
Raw Normal View History

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