New Module Standards

When creating a new module, it should look like:

import xxx.xxx.xxx

{

/// <summary>
/// <B>High level Description of the module.</B>
///
/// <B>Detail level of the module</B>
///
///
/// <B>Helpful information about the module</B>
///
///
/// Version information:
/// Version Modified By Description of change
/// ——- ———– —————————————————————————–
/// 1.0.0.0 DavidQ Release
///
/// </summary>