Example #1
0
 public void ConnectTo(UIElementCoords coordsProperty, IConnector connector)
 {
     In = coordsProperty;
     Wire.ConnectTo(connector);
 }
Example #2
0
 public override void Connecting()
 {
     Wire.ConnectTo(0, Visual, PinIndex);
 }