Beispiel #1
0
 public void Read(LC4Formatter fmtr)
 {
     fmtr.GenericCollRead <CutInfoList, CutInfo>(this);
 }
Beispiel #2
0
 public void Read(LC4Formatter fmtr)
 {
     fmtr.GenericCollRead <RemainsList, Remain>(this);
 }
Beispiel #3
0
 public void Read(LC4Formatter fmtr)
 {
     fmtr.GenericCollRead <KantesList, Kante>(this);
 }
Beispiel #4
0
 public void Read(LC4Formatter fmtr)
 {
     fmtr.GenericCollRead <DetailsList, Detail>(this);
 }
Beispiel #5
0
 public void Read(LC4Formatter fmtr)
 {
     fmtr.GenericCollRead <SheetsList, Sheet>(this);
 }
Beispiel #6
0
 public void Read(LC4Formatter fmtr, Job job)
 {
     fmtr.GenericCollRead <LanesList, Lane>(this, job);
 }
Beispiel #7
0
 public void Read(LC4Formatter fmtr)
 {
     fmtr.GenericCollRead <VariablesList, LC4Variable>(this);
 }
Beispiel #8
0
 public void Read(LC4Formatter fmtr, Job job)
 {
     fmtr.GenericCollRead <PlansList, Plan>(this, job);
 }