Ejemplo n.º 1
0
 private void frm_PhieuDeNghiNhapTieuHao_KeyDown(object sender, KeyEventArgs e)
 {
     QLBHUtils.PerformShortCutKey(this, e.KeyCode);
 }
Ejemplo n.º 2
0
 void frmChiTiet_ChungTuNhapBase_KeyDown(object sender, KeyEventArgs e)
 {
     QLBHUtils.PerformShortCutKey(this, e.KeyCode);
 }
Ejemplo n.º 3
0
 private void frm_DanhSachDeNghiDieuChuyen_KeyDown(object sender, KeyEventArgs e)
 {
     QLBHUtils.PerformShortCutKey(this, e.KeyCode);
 }