Пример #1
0
 private void txtName_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validation.IsAlpha(e);
 }