예제 #1
0
파일: ProductScan.cs 프로젝트: SaberMK/BiBi
 public void BeforeFirst()
 {
     _scan1.BeforeFirst();
     _scan1.Next();
     _scan2.BeforeFirst();
 }
예제 #2
0
 public void BeforeFirst() => _scan.BeforeFirst();