コード例 #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);
 }