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