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