コード例 #1
0
ファイル: ShieldTunnel.cs プロジェクト: iS3-Project/iS3
 public SegmentLining(DataRow rawData)
     :base(rawData)
 {
     ConstructionRecord = new SLConstructionRecordType();
     InspectionRecords = new SLInspectionRecordType();
     //RehabilitationRecords = new Collection<SLRehabilitationRecordType>();
 }
コード例 #2
0
ファイル: ShieldTunnel.cs プロジェクト: iS3-Project/iS3
 public SegmentLining()
 {
     ConstructionRecord = new SLConstructionRecordType();
     InspectionRecords = new SLInspectionRecordType();
     //RehabilitationRecords = new Collection<SLRehabilitationRecordType>();
 }