8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
|
|
using Prism.Events;
|
||
|
|
// ReSharper disable CheckNamespace
|
||
|
|
|
||
|
|
namespace DTS.Common.Events
|
||
|
|
{
|
||
|
|
public class CalibrationBehaviorSettableInViewerChangedEvent : PubSubEvent<bool> { }
|
||
|
|
}
|