Exemplo n.º 1
0
 public HmCategory(Group group)
 {
     this.group = group;
 }
Exemplo n.º 2
0
 public HmCategory()
 {
     this.group = new Group();
 }