Ejemplo n.º 1
0
 private void txtQty_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validation.Validate_3Decimals(sender, e);
 }
Ejemplo n.º 2
0
 private void txtUnitCost_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validation.Validate_2Decimals(sender, e);
 }