private void InsertSectionControls()
		{
			//m_LeftParkControl = new SectionControl(2, 3);
			//m_LeftParkControl.Parent = this;

			m_GameControl = new SectionControl(3, 3);
			m_GameControl.Parent = this;

			//m_RightParkControl = new SectionControl(2, 3);
			//m_RightParkControl.Parent = this;
		}
Exemplo n.º 2
0
        private void InsertSectionControls()
        {
            //m_LeftParkControl = new SectionControl(2, 3);
            //m_LeftParkControl.Parent = this;

            m_GameControl        = new SectionControl(3, 3);
            m_GameControl.Parent = this;

            //m_RightParkControl = new SectionControl(2, 3);
            //m_RightParkControl.Parent = this;
        }