init
This commit is contained in:
31
Common/DTS.Common.DAS.Concepts/Test/Test.Module.Channel.cs
Normal file
31
Common/DTS.Common.DAS.Concepts/Test/Test.Module.Channel.cs
Normal file
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
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( ) { }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user