Esempio n. 1
0
 void CarregarTodos(string Procurar)
 {
     dgvLogin.DataSource = controllerLogin.CarregarTodos(Procurar);
 }