Ejemplo n.º 1
0
 private void textBoxStepSize_KeyPress(object sender, KeyPressEventArgs e)
 {
     Focuser.OnlyEnterPlusNumber(sender, e);
 }