private void textBox11_KeyPress(object sender, KeyPressEventArgs e) { ElementsSettings.RowWithNoLetters(textBox11, e); }
private void intercityTelephoneTextBox_KeyPress(object sender, KeyPressEventArgs e) { ElementsSettings.RowWithNoLetters(intercityTelephoneTextBox, e); }
private void eatTextBox_KeyPress(object sender, KeyPressEventArgs e) { ElementsSettings.RowWithNoLetters(eatTextBox, e); }
private void clothesWashingTextBox_KeyPress(object sender, KeyPressEventArgs e) { ElementsSettings.RowWithNoLetters(clothesWashingTextBox, e); }