Posts by THIAGO GOMES • 39 points
1 post
-
3
votes2
answers8686
viewsQ: How to Resolve "Object Reference not set to an instance of an Object"?
namespace RepositorioLivrosICC { public class RepositorioLivros { public static RepositorioLivros instance = null; private List<Livro> repositorioLivros; private int indice; public static…