Beispiel #1
0
 private void txtPaidAmt_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.KeyChar = c.CHECKDECIMAL(e);
 }