Exemplo n.º 1
0
        private void txtTimKiem_TextChanged(object sender, EventArgs e)
        {
            XuLiNV xl = new XuLiNV();

            dgvLuongNVTV.DataSource = xl.search2(txtTimKiem.Text);
        }
Exemplo n.º 2
0
        private void txtS_TextChanged_1(object sender, EventArgs e)
        {
            XuLiNV xl = new XuLiNV();

            vCn.DataSource = xl.search2(txtS.Text);
        }