Posts by Max Dolabella • 61 points
3 posts
-
4
votes1
answer747
viewsA: How to select information from multiple Datagridview C#lines
Apparently a mistake in the foreach: When you traverse the datagrid lines, each analyzed row is being placed in the variable row. But when reading the value, you’re reading from…
c#answered Max Dolabella 61 -
1
votes2
answers192
viewsA: Doubt visibility of attributes in class diagram
I believe that if you wish your property to be publicly accessed, the diagram should be marked as public. As best practices, the set should always be private (or protected use inheritance). Having…
-
1
votes0
answers44
viewsQ: DSL Tools: Centralize an Shape in the diagram
I’m developing a DSL. In the main window, I have two panels (Panel): in a, a list (listbox) of shapes of the diagram, and in the other, the diagram itself. I would like, by clicking on an item in…