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