/*
Test.Module.Channel.cs
Copyright © 2008
Diversified Technical Systems, Inc.
All Rights Reserved
*/
namespace DTS.DAS.Concepts
{
// *** see Test.cs ***
public partial class Test
{
///
/// A container for DTS generic module concepts.
///
public sealed partial class Module
{
///
/// A container for DTS generic channel concepts.
///
public sealed partial class Channel
{
///
/// Class is not intended for instantiation.
///
private Channel( ) { }
}
}
}
}