예제 #1
0
파일: HGroup.cs 프로젝트: configare/hispeed
 public HGroup(HFile theFile, String name, String path, HGroup parent, long[] oid)
     : base(theFile, name, path, oid)
 {
     this.parent = parent;
 }
예제 #2
0
 public H4Vgroup(HFile theFile, String name, String path, HGroup parent, long[] oid)
     : base(theFile, name, path, parent)
 {
 }
예제 #3
0
파일: HGroup.cs 프로젝트: configare/hispeed
 public HGroup(HFile theFile, String name, String path, HGroup parent)
     : this(theFile, name, path, parent, null)
 {
 }