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