8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
using Microsoft.Practices.Prism.Events;
|
|
// ReSharper disable CheckNamespace
|
|
|
|
namespace DTS.Common.Events
|
|
{
|
|
public class ChannelCodesViewChangedEvent : CompositePresentationEvent<DTS.Common.Enums.IsoViewMode> { }
|
|
}
|