Exemplo n.º 1
0
        private void txtKeyWord_TextChanged(object sender, EventArgs e)
        {
            BL_Frm_Search M = new BL_Frm_Search();

            M.reng                   = cbSubject.SelectedIndex;
            M.TexCommand             = txtKeyWord.Text;
            dataGridView1.DataSource = M.Select_Search();
        }
Exemplo n.º 2
0
        private void textBox1_TextChanged(object sender, EventArgs e)
        {
            BL_Frm_Search M = new BL_Frm_Search();

            M.reng                   = comboBox1.SelectedIndex;
            M.TextCommand            = textBox1.Text;
            dataGridView1.DataSource = M.Select_Search();
        }