init
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
* 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
|
||||
{
|
||||
/// <summary>
|
||||
/// A component object of the Event.DasModuleChannelAccessor.
|
||||
/// </summary>
|
||||
public class ChannelAccessor : ExceptionalDictionary<int, Module.Channel> // xxx change this int to DAS.(Module?).Channel.Id?
|
||||
{
|
||||
/// <summary>
|
||||
/// Initialize an instance of the DTS.Slice.Control.Event.ChannelAccessor class.
|
||||
/// </summary>
|
||||
public ChannelAccessor() { }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user