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