Exemple #1
0
 public void ConnectedCB(IPin otherPin)
 {
     FPin.OnConnected(new PinConnectionEventArgs(otherPin));
 }
Exemple #2
0
 public void ConnectedCB(IPin otherPin)
 {
     FPin.OnConnected(otherPin);
 }