示例#1
0
文件: Form1.cs 项目: iraychen/toxy
 private void AppendPropertyListPanel()
 {
     this.splitContainer1.Panel1.Controls.Clear();
     this.plPanel = new PropertyListPanel();
     this.plPanel.Dock = DockStyle.Fill;
     this.splitContainer1.Panel1.Controls.Add(this.plPanel);
 }
示例#2
0
 private void AppendPropertyListPanel()
 {
     this.splitContainer1.Panel1.Controls.Clear();
     this.plPanel      = new PropertyListPanel();
     this.plPanel.Dock = DockStyle.Fill;
     this.splitContainer1.Panel1.Controls.Add(this.plPanel);
 }