Beispiel #1
0
 private void textBox2_KeyPress(object sender, KeyPressEventArgs e)
 {
     //e.Handled = ElementsSettings.RowOfPassportSeriesIsCorrect(textBox2, e);
     ElementsSettings.RowOfPassportSeriesIsCorrect(textBox2, e);
 }
Beispiel #2
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     ElementsSettings.RowOfPassportSeriesIsCorrect(textBox1, e);
 }