コード例 #1
0
 private void Txtdepartamento_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidadorSintaxis.validacionLetras(sender, e);
 }
コード例 #2
0
 private void Txtnombreproducto_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidadorSintaxis.validacionLetras(sender, e);
 }