예제 #1
0
        public RowNode(ListWnd parent)
        {
            m_Parent = parent;
            m_Row    = m_Parent.GetNewRow();

            m_PreviousNode = null;
            m_NextNode     = null;
        }
예제 #2
0
 public Row GetNewRow()
 {
     return(m_RowWnd.GetNewRow());
 }