Esempio n. 1
0
 private void textBox11_KeyPress(object sender, KeyPressEventArgs e)
 {
     ElementsSettings.RowWithNoLetters(textBox11, e);
 }
Esempio n. 2
0
 private void intercityTelephoneTextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     ElementsSettings.RowWithNoLetters(intercityTelephoneTextBox, e);
 }
Esempio n. 3
0
 private void eatTextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     ElementsSettings.RowWithNoLetters(eatTextBox, e);
 }
Esempio n. 4
0
 private void clothesWashingTextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     ElementsSettings.RowWithNoLetters(clothesWashingTextBox, e);
 }