Ejemplo n.º 1
0
 public void DisconnectedCB(IPin otherPin)
 {
     FPin.OnDisconnected(new PinConnectionEventArgs(otherPin));
 }
Ejemplo n.º 2
0
 public void DisconnectedCB(IPin otherPin)
 {
     FPin.OnDisconnected(otherPin);
 }