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