private void txtGiaSua_KeyPress(object sender, KeyPressEventArgs e)
 {
     TienIch.BuocNhapSo(e);
 }
Exemple #2
0
 private void txtKhuyenMai_KeyPress(object sender, KeyPressEventArgs e)
 {
     TienIch.BuocNhapSo(e);
 }