Ejemplo n.º 1
0
 public AconStateNameScanner() : base(false)
 {
     FullpathSet   = new HashSet <string>();
     Motions       = new HashSet <MotionRecord>();
     MotionScanner = new MotionScanner();
 }
Ejemplo n.º 2
0
 public AconScanner() : base(true)
 {
     AconDocument  = new AconDocument();
     motionScanner = new MotionScanner();
 }