Files
DP44/Common/DTS.Common/Events/Sensors/ExportCalibrationBehaviorSettingChangedEvent.cs
2026-04-17 14:55:32 -04:00

8 lines
226 B
C#

using Prism.Events;
// ReSharper disable CheckNamespace
namespace DTS.Common.Events
{
public class ExportCalibrationBehaviorSettingChangedEvent : PubSubEvent<DTS.Common.Enums.Sensors.CalibrationBehaviors> { }
}