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