Beispiel #1
0
 //////////////////////////////////////////////////////////////////////////
 // Constructor
 //////////////////////////////////////////////////////////////////////////
 public HGridBuilder()
 {
     Meta   = new HDictBuilder();
     m_cols = new List <BCol>();
     m_rows = new List <List <HVal> >();
 }
Beispiel #2
0
 public BCol(string name)
 {
     Name = name;
     Meta = new HDictBuilder();
 }