Пример #1
0
 private void RefreshDataGridView()
 {
     dgvCadAniAvulso.DataSource = animalServico.TodosOsAnimais();
 }