/* * DTS.Slice.Control.Event.ChannelAccessor.cs * * Copyright © 2009 * Diversified Technical Systems, Inc. * All Rights Reserved */ using DTS.Common.Utilities; namespace DTS.Slice.Control { // *** see DTS.Slice.Control.Event.cs *** public partial class Event { /// /// A component object of the Event.DasModuleChannelAccessor. /// public class ChannelAccessor : ExceptionalDictionary // xxx change this int to DAS.(Module?).Channel.Id? { /// /// Initialize an instance of the DTS.Slice.Control.Event.ChannelAccessor class. /// public ChannelAccessor() { } } } }