Files
DP44/Common/DTS.CommonCore/.svn/pristine/e1/e1b842a48e162ece27b464f50ca91f3f1a61a7aa.svn-base

8 lines
223 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
{
public class CalibrationBehaviorSettableInViewerChangedEvent : CompositePresentationEvent<bool> { }
}