Ejemplo n.º 1
0
 private void txtDiscount_KeyPress(object sender, KeyPressEventArgs e)
 {
     ControlValidation.IsPrice(sender, e);
 }