/**//////////////////////////////////////////////////////////////////////////////////////// // File: Hello.cs // Description: Enter summary here after generation. // --------------------- // Copyright c 2005 Our Client // --------------------- // History // 2005-1-18 Tim Wang Original Version /**//////////////////////////////////////////////////////////////////////////////////////// using System; namespace ASPCOOL { /**////<summary> /// Summary description for Hello. ///</summary> publicclass Hello { public Hello() { // // TODO: Add constructor logic here // } } }