예제 #1
0
 private void CarregaGrid()
 {
     dgvDados.DataSource = oDAO.listarTodos();
     //dgvDados.Columns[0].ReadOnly = true;
 }