Beispiel #1
0
 public TABS(Element e)
 {
     init(e);
     refElt    = new ElementExt(e);
     grouping  = refElt.refElement.getP("Группа");
     linkedElt = new List <Cube>();
 }
Beispiel #2
0
 public void init(Element e)
 {
     Name   = e.Name;
     refElt = new ElementExt(e);
 }