Пример #1
0
 void CarregarMaisSaidos(int index)
 {
     dgvMaisSaidos.DataSource = menuBLL.CarregarMaisSaidos(index);
 }