Esempio n. 1
0
 private void txtGiaTriDat_KeyPress(object sender, KeyPressEventArgs e)
 {
     DatabaseAccess.AllowDigit(e);
 }
Esempio n. 2
0
 private void txtPhiTheoGTTS_KeyPress(object sender, KeyPressEventArgs e)
 {
     DatabaseAccess.AllowDigit(e);
 }
Esempio n. 3
0
 private void txtDienTichNha_KeyPress(object sender, KeyPressEventArgs e)
 {
     DatabaseAccess.AllowDigit(e);
 }