Inheritance: System.Windows.Forms.Panel
 /// <summary>
 /// Sets controls in panel Top 10
 /// </summary>
 void SetPanelTop10()
 {
     top10Layout = new Top10Layout(10);
     top10Layout.Parent = pnlTop10;
 }
示例#2
0
 /// <summary>
 /// Sets controls in panel Top 10
 /// </summary>
 private void SetPanelTop10()
 {
     Top10Field = new Top10Layout(10) {Parent = PnlTop10};
 }