public void AddComponent(AccordionComponent component)
 {
     _components.Add(component);
 }
Beispiel #2
0
 // private static string textColunm = "Content in the column";
 // private static string textRow = "Content in the row";
 // private readonly int _rows;
 // private readonly int _colums;
 // public AccordionTable(int rows, int colums)
 // {
 //    _rows = rows;
 //    _colums = colums;
 // }
 public void AddComponent(AccordionComponent component)
 {
 }