Ejemplo n.º 1
0
 public NameValuePanel()
 {
     table             = new TablePanel(TableWidth.Preferred(), TableWidth.Weight());
     table.CellSpacing = 10;
 }
Ejemplo n.º 2
0
 public NameValuePanel() 
 {
     table = new TablePanel(TableWidth.Preferred(), TableWidth.Weight());
     table.CellSpacing = 10;
 }