Ejemplo n.º 1
0
		public TuxBarContainer()
		{
			m_Container = new TuxBarContainerPanel();
			
			this.Controls.Add(m_Container);

			this.AutoScroll = true;

			this.AutoScrollMinSize = new Size(10, 10);

			m_Theme = new FireTheme();			
		}
Ejemplo n.º 2
0
        public TuxBarContainer()
        {
            m_Container = new TuxBarContainerPanel();

            this.Controls.Add(m_Container);

            this.AutoScroll = true;

            this.AutoScrollMinSize = new Size(10, 10);

            m_Theme = new FireTheme();
        }