private void textBoxAzimuthOffset_KeyPress(object sender, KeyPressEventArgs e) { Dome.OnlyEnterInt(sender, e); }
private void textBoxMaxStep_KeyPress(object sender, KeyPressEventArgs e) { Dome.OnlyEnterPlusInt(sender, e); }
private void textBoxStepSize_KeyPress(object sender, KeyPressEventArgs e) { Dome.OnlyEnterPlusNumber(sender, e); }
private void textBoxStepPerDeg_KeyPress(object sender, KeyPressEventArgs e) { Dome.OnlyEnterNumber(sender, e); }