Beispiel #1
0
 private void frmListagemCurso_Load(object sender, EventArgs e)
 {
     dgvCurso.DataSource = cursoController.retornarLista();
 }