You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ex: all theses classes have a relationship to ClassX. But actually, the list of relationship contains only the relationship FirstClass -> ClassX, not SecondClass -> ClassX
using ClassXNamespace;
class FirstClass {
ClassX classX;
}
class SecondClass {
ClassX classX;
}
The text was updated successfully, but these errors were encountered:
Ex: all theses classes have a relationship to ClassX. But actually, the list of relationship contains only the relationship FirstClass -> ClassX, not SecondClass -> ClassX
The text was updated successfully, but these errors were encountered: