public void ConnectTo(UIElementCoords coordsProperty, IConnector connector) { In = coordsProperty; Wire.ConnectTo(connector); }
public WireProxy(UIElementCoords coordsProperty, IConnector connector) { Out = coordsProperty; Wire = new Wire(connector); }