Files
DP44/Common/DTS.Common.DAS.Concepts/.svn/pristine/32/32900b61b97a85bf2366e4abfd7c0bf2d4981298.svn-base
2026-04-17 14:55:32 -04:00

32 lines
756 B
Plaintext

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