/* Test.Module.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 { /// /// Class is not intended for instantiation. /// private Module( ) { } } } }