Ejemplo n.º 1
0
 public SCT_ORGUnit(int Details_count)
 {
     // TODO: Add constructor logic here
     SCT_header = new ORGheader();
     SCT_Details = new ORGUnit[Details_count];
 }
Ejemplo n.º 2
0
 public SCT_ORGUnit()
 {
     // TODO: Add constructor logic here
     SCT_header = new ORGheader();
 }