Esempio n. 1
0
 private void rentTbx_KeyPress(object sender, KeyPressEventArgs e)
 {
     Misc.AmountValidation(sender, e);
 }