Posts by Hélio Alexandre Venturi • 1 point
1 post
-
0
votes0
answers20
viewsQ: Error: System.Indexoutofrangeexception: 'The index was outside the matrix boundary. '
public static List<Cliente> LerClientes() { var clientes = new List<Cliente>(); if (File.Exists(CaminhoBaseClientes())) …
c#asked Hélio Alexandre Venturi 1