//режим ввода целых чисел private void tBFind_KeyPress(object sender, KeyPressEventArgs e) { if (cBFind.SelectedItem.ToString().Equals("номеру")) { ControlInput.iDigitInt(e); } }
private void textBox_KeyPress(object sender, KeyPressEventArgs e) { ControlInput.iDigitDouble(e); }
private void tB_KeyPress(object sender, KeyPressEventArgs e) { ControlInput.iDigitInt(e); }