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