/* * DTS.Slice.Control.Event.ModuleChannelAccessor.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 ModuleChannelAccessor : ExceptionalDictionary // xxx change this int to DAS.Module.Id? { /// /// Initialize an instance of the DTS.Slice.Control.Event.ModuleChannelAccessor class. /// public ModuleChannelAccessor() { } } } }