예제 #1
0
 public void onInbound(RelayEventArgs e)
 {
     Inbound?.Invoke(this, e);
 }
예제 #2
0
 public void onOutbound(RelayEventArgs e)
 {
     Outbound?.Invoke(this, e);
 }
예제 #3
0
 public void onRelay(RelayEventArgs e)
 {
     Relay?.Invoke(this, e);
 }