public Form3()
        {
            InitializeComponent();

            BSE.Windows.Forms.CustomColors panelColors = new BSE.Windows.Forms.CustomXPanderPanelColors();
            propertyGrid1.SelectedObject = xPanderPanel9.CustomColors;

            propertyGrid2.SelectedObject = new CPanelStyle();
        }
示例#2
0
文件: Form3.cs 项目: zz58458/BP162
        public Form3()
        {
            InitializeComponent();

            BSE.Windows.Forms.CustomColors panelColors = new BSE.Windows.Forms.CustomXPanderPanelColors();
            propertyGrid1.SelectedObject = xPanderPanel9.CustomColors;

            propertyGrid2.SelectedObject = new CPanelStyle();
        }