예제 #1
0
        public AttachListTable GetAttachListTable()
        {
            AttachListTable alt = null;

            if (AttachListOffset != 0)
            {
                alt = new AttachListTable(AttachListOffset, m_bufTable);
            }

            return(alt);
        }
예제 #2
0
        public AttachListTable GetAttachListTable()
        {
            AttachListTable alt = null;

            if (AttachListOffset != 0)
            {
                alt = new AttachListTable(AttachListOffset, m_bufTable);
            }

            return alt;
        }