Files
DP44/Common/DTS.CommonCore/.svn/pristine/21/21a8559e112f2a24ff2187283540c27c83fc73b2.svn-base
2026-04-17 14:55:32 -04:00

12 lines
263 B
Plaintext

using Microsoft.Practices.Prism.Events;
// ReSharper disable CheckNamespace
namespace DTS.Common.Events
{
/// <summary>
/// Show/Hide T0 Cursor
/// </summary>
public class ShowT0CursorEvent : CompositePresentationEvent<bool> { }
}