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