Beispiel #1
0
 private void OnPubSubEvent(PubSubEventArgs pubSubEventArgs)
 {
     PubSubEvent?.Invoke(this, pubSubEventArgs);
 }