init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Microsoft.Practices.Prism.Events;
|
||||
// ReSharper disable CheckNamespace
|
||||
|
||||
namespace DTS.Common.Events
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Show/Hide T0 Cursor
|
||||
/// </summary>
|
||||
public class ShowT0CursorEvent : CompositePresentationEvent<bool> { }
|
||||
}
|
||||
Reference in New Issue
Block a user