예제 #1
0
 public Group()
 {
     ElementName = "group";
     id          = new ElementId();
     controls    = new Controls();
 }
예제 #2
0
 public Group()
 {
     ElementName = "group";
     id = new ElementId();
     controls = new Controls();
 }