public ButtonPanel() { top = new SinglePanel(); Controls.Add(top); top.Location=new Point(0,0); }
public ButtonPanel() { top = new SinglePanel(); Controls.Add(top); top.Location = new Point(0, 0); }