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