예제 #1
0
 void Carregar(string Nivel, string ID)
 {
     dgvLogin.DataSource = controllerLogin.Carregar(Nivel, ID);
 }