Esempio n. 1
0
 public TRT_LocEntity(int plotCount,int purposeCount)
 {
     // TODO: Add constructor logic here
     TRT_header = new headerDetail();
     TRT_child_plot = new Plot[plotCount];
     TRT_child_purpose = new Purpose[purposeCount];
 }
Esempio n. 2
0
 public TRT_LocEntity()
 {
     // TODO: Add constructor logic here
     TRT_header = new headerDetail();
 }