예제 #1
0
파일: Cuts.cs 프로젝트: shtspk/raskroy
 public void Read(LC4Formatter fmtr)
 {
     fmtr.GenericCollRead <CutInfoList, CutInfo>(this);
 }
예제 #2
0
 public void Read(LC4Formatter fmtr)
 {
     fmtr.GenericCollRead <RemainsList, Remain>(this);
 }
예제 #3
0
 public void Read(LC4Formatter fmtr)
 {
     fmtr.GenericCollRead <KantesList, Kante>(this);
 }
예제 #4
0
 public void Read(LC4Formatter fmtr)
 {
     fmtr.GenericCollRead <DetailsList, Detail>(this);
 }
예제 #5
0
 public void Read(LC4Formatter fmtr)
 {
     fmtr.GenericCollRead <SheetsList, Sheet>(this);
 }
예제 #6
0
 public void Read(LC4Formatter fmtr, Job job)
 {
     fmtr.GenericCollRead <LanesList, Lane>(this, job);
 }
예제 #7
0
 public void Read(LC4Formatter fmtr)
 {
     fmtr.GenericCollRead <VariablesList, LC4Variable>(this);
 }
예제 #8
0
 public void Read(LC4Formatter fmtr, Job job)
 {
     fmtr.GenericCollRead <PlansList, Plan>(this, job);
 }