예제 #1
0
 private void txtSoDienThoai_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = !Validation.IsNumberic(e);
 }
예제 #2
0
 private void txtTKMaDanhMuc_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = !Validation.IsNumberic(e);
 }
예제 #3
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = !Validation.IsNumberic(e);
 }
예제 #4
0
 private void txtCTSoLuong_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = !Validation.IsNumberic(e);
 }
예제 #5
0
 private void txtTimKiemSDT_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = !Validation.IsNumberic(e);
 }