Exemplo n.º 1
0
 public override void AcquisitionStarting()
 {
     // connect ourselves to the acquisitor's tweak handler
     Tweak        += new TweakEventHandler(Controller.GetController().Acquisitor.HandleTweak);
     scanParameter = 0;
 }
Exemplo n.º 2
0
 public override void AcquisitionStarting()
 {
     // connect ourselves to the acquisitor's tweak handler
     Tweak +=new TweakEventHandler(Controller.GetController().Acquisitor.HandleTweak);
     scanParameter = 0;
 }