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