Esempio n. 1
0
 public PGNode(string label, PGNodeType type, int size)
 {
     FamilyXRef = label;
     Type       = type;
     Size       = size;
 }
Esempio n. 2
0
 public PGNode(string label, PGNodeType type)
 {
     FamilyXRef = label;
     Type       = type;
     Size       = 1;
 }