Example #1
0
 private void textBoxLetter_KeyPress(object sender, KeyPressEventArgs e)
 {
     ContentChecker.CheckTextBox(sender, e);
 }