Files
DP44/Common/DTS.Common/.svn/pristine/44/448336b2682ea00539469161571538214caab17b.svn-base

8 lines
188 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using Prism.Events;
// ReSharper disable CheckNamespace
namespace DTS.Common.Events
{
public class CalibrationBehaviorSettableInViewerChangedEvent : PubSubEvent<bool> { }
}