예제 #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
파일: Form1.cs 프로젝트: Sveer/Toxy.NetCore
 private void AppendPropertyListPanel()
 {
     this.splitContainer1.Panel1.Controls.Clear();
     this.plPanel      = new PropertyListPanel();
     this.plPanel.Dock = DockStyle.Fill;
     this.splitContainer1.Panel1.Controls.Add(this.plPanel);
 }