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