Exemple #1
0
 void TimKiemKhachHang()
 {
     try
     {
         if (cbMaKH.Checked == true)
         {
             m_KhachHangCtrl.TimKiemTheoMa(txtTimKiem.Text);
         }
         else
         {
             m_KhachHangCtrl.TimKiemTheoTen(txtTimKiem.Text);
         }
     }
     catch
     {
         MessageBoxEx.Show("Không thể tìm thấy Giá trị cần tìm!", "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
     }
 }