Exemplo n.º 1
0
 public void ConnectTo(UIElementCoords coordsProperty, IConnector connector)
 {
     In = coordsProperty;
     Wire.ConnectTo(connector);
 }
Exemplo n.º 2
0
 public WireProxy(UIElementCoords coordsProperty, IConnector connector)
 {
     Out  = coordsProperty;
     Wire = new Wire(connector);
 }