Exemplo n.º 1
0
 public virtual void OnFocuserValueChanged(FocuserValueChangedEventArgs e)
 {
     if (FocuserValueChanged != null)
     {
         FocuserValueChanged(this, e);
     }
 }
Exemplo n.º 2
0
 private void FocuserValueChanged(object sender, FocuserValueChangedEventArgs e)
 {
     //this.textBoxCurrentPosition.Text = e.NewValue.ToString();
     SetCurrentPosition(e.NewValue);
 }