Example #1
0
 public ConnectionCreator(ClassDiagram diagram, RelationshipType type)
 {
     this.diagram = diagram;
     this.type    = type;
 }