A
Alberto
I have 2 classes, A and B. In the A class, I've created an attribute of type
B(): private b = new B();
In other words, I have an association from A to B.
The problem occurs when I export the project to Visio-UML because doesn't
export the association.
Does anybody know why?
Thank you very much.
B(): private b = new B();
In other words, I have an association from A to B.
The problem occurs when I export the project to Visio-UML because doesn't
export the association.
Does anybody know why?
Thank you very much.