Пример #1
0
 private void InitializeComponents()
 {
     m_holder             = new EtoCollapsibleSectionHolder();
     m_addUserDataSection = new AddUserdataSection(false);
     m_integratorSection  = new IntegratorSection(false);
     m_sessionSection     = new SessionSection(false);
     m_deviceSection      = new DeviceSection(false);
 }
        private void InitializeLayout()
        {
            m_integratorSection = new IntegratorSection(true);
            m_sessionSection    = new SessionSection(true);
            m_deviceSection     = new DeviceSection(true);
            m_holder.Add(m_integratorSection);
            m_holder.Add(m_sessionSection);
            m_holder.Add(m_deviceSection);
            UpdateSections();

            Content = m_holder;
        }