예제 #1
0
 public void ConnectedCB(IPin otherPin)
 {
     FPin.OnConnected(new PinConnectionEventArgs(otherPin));
 }
예제 #2
0
파일: Pin.cs 프로젝트: timpernagel/vvvv-sdk
 public void ConnectedCB(IPin otherPin)
 {
     FPin.OnConnected(otherPin);
 }