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