Posts by Renato • 11 points
1 post
-
0
votes1
answer643
viewsQ: Popular C# datagridview with inheritance class
Good people, I have the following situation: public class TiposMateriais { public int tipoCodigo { get; set; } public string tipoDescricao { get; set; } } public class Materiais { public int…