Ejemplo n.º 1
0
 public Element()
 {
     ID = RandomUtils.GenerateID();
 }
Ejemplo n.º 2
0
 public Primitive()
 {
     ID = RandomUtils.GenerateID();
 }