// ---------------------------------------------- // Constructors // ---------------------------------------------- public XmlAttachment() { m_CreationTime = DateTime.Now; // get the next unique serial id m_Serial = ASerial.NewSerial(); // register the attachment in the serial keyed hashtable XmlAttach.HashSerial(m_Serial, this); }