示例#1
0
 private void txtEntrada_KeyUp(object sender, KeyEventArgs e)
 {
     Validaciones.ValidarCampoDecimal((TextBox)sender);
 }