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