private void textBoxCurso_Enter(object sender, EventArgs e) { Conexao c = new Conexao(); c.autocompletar(textBoxCurso, "tblCurso", "Curso"); }