Пример #1
0
        // ----------------------------------------------
        // 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);
        }