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