Exemple #1
0
 private void Paravalidarnumeros_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.CamposNumericos(e);
 }
 private void Txt_ExistenciaActual_KeyPress(object sender, KeyPressEventArgs e)
 {
     val.CamposNumericos(e);
 }
Exemple #3
0
 private void Txt_Cantidad_KeyPress(object sender, KeyPressEventArgs e)
 {
     val.CamposNumericos(e);
 }