Files
DP44/Common/DTS.CommonCore/.svn/pristine/1b/1ba05fe20d40d2da1083b81b055e74634ca18b7f.svn-base

8 lines
228 B
Plaintext
Raw Permalink 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 ChannelCodesViewChangedEvent : CompositePresentationEvent<DTS.Common.Enums.IsoViewMode> { }
}