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