Summary description for SinglePanel.
Inheritance: System.Windows.Forms.Panel
Beispiel #1
0
		public ButtonPanel()
		{
			top = new SinglePanel();
			Controls.Add(top);
			top.Location=new Point(0,0);
		}
Beispiel #2
0
 public ButtonPanel()
 {
     top = new SinglePanel();
     Controls.Add(top);
     top.Location = new Point(0, 0);
 }