示例#1
0
 public HmCategory(Group group)
 {
     this.group = group;
 }
示例#2
0
 public HmCategory()
 {
     this.group = new Group();
 }