コード例 #1
0
ファイル: frmLapHD.cs プロジェクト: manhnd1105/qlpcc
 private void txtGiaTriDat_KeyPress(object sender, KeyPressEventArgs e)
 {
     DatabaseAccess.AllowDigit(e);
 }
コード例 #2
0
ファイル: frmLapHD.cs プロジェクト: manhnd1105/qlpcc
 private void txtPhiTheoGTTS_KeyPress(object sender, KeyPressEventArgs e)
 {
     DatabaseAccess.AllowDigit(e);
 }
コード例 #3
0
ファイル: frmLapHD.cs プロジェクト: manhnd1105/qlpcc
 private void txtDienTichNha_KeyPress(object sender, KeyPressEventArgs e)
 {
     DatabaseAccess.AllowDigit(e);
 }