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