Esempio n. 1
0
 public HGroup(HFile theFile, String name, String path, HGroup parent, long[] oid)
     : base(theFile, name, path, oid)
 {
     this.parent = parent;
 }
Esempio n. 2
0
 public H4Vgroup(HFile theFile, String name, String path, HGroup parent, long[] oid)
     : base(theFile, name, path, parent)
 {
 }
Esempio n. 3
0
 public HGroup(HFile theFile, String name, String path, HGroup parent)
     : this(theFile, name, path, parent, null)
 {
 }