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