Example #1
0
 private void tbIdDokter_KeyPress(object sender, KeyPressEventArgs e)
 {
     va.numberFormat(e);
 }
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     va = new validasi(this.groupBox2.Controls, this.eValidasi);
     va.numberFormat(e);
 }