Пример #1
0
 public void plug(Cable cable, Port endPort, Port startPort)
 {
     cable.plug(startPort, endPort);
 }