コード例 #1
0
 //режим ввода целых чисел
 private void tBFind_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (cBFind.SelectedItem.ToString().Equals("номеру"))
     {
         ControlInput.iDigitInt(e);
     }
 }
コード例 #2
0
ファイル: Price-List.cs プロジェクト: LexA4V/BTI_MySqlServer
 private void textBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     ControlInput.iDigitDouble(e);
 }
コード例 #3
0
 private void tB_KeyPress(object sender, KeyPressEventArgs e)
 {
     ControlInput.iDigitInt(e);
 }