Beispiel #1
0
 private void Paravalidarvarchar_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.CamposNumerosYLetras(e);
 }
 private void txt_serie_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.CamposNumerosYLetras(e);
 }
Beispiel #3
0
 private void Txt_Descripcion_KeyPress(object sender, KeyPressEventArgs e)
 {
     val.CamposNumerosYLetras(e);
 }