예제 #1
0
 private void txtIGST_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validations.Amount(sender, e);
 }