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