Posts by Roger That • 17 points
1 post
-
0
votes8
answers2223
viewsA: Error: not all code paths Return a value
private List ObterLista(string nome_componente) { MySqlConnection caminho = new MySqlConnection(@"SERVER=LOCALHOST;DATABASE=portfolio;UID=root;PASSWORD=vertrigo"); List<componente> lista = new…