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