Example #1
0
 private void txtNombre_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarCls.Sololetras(e);
 }