예제 #1
0
        public static InsideTabControl CreateInsideTabControl(Section section)
        {
            InsideTabControl tabControl = new InsideTabControl();

            tabControl._section = section;
            return(tabControl);
        }
예제 #2
0
 private void CreateInsideTabControl()
 {
     _tabControl = InsideTabControl.CreateInsideTabControl(_section);
     this.Controls.Add(_tabControl);
 }