Beispiel #1
0
 public void SetOnChildSend(ChildEventArgs Args)
 {
     OnChildSendEvent?.Invoke(Args);
 }
Beispiel #2
0
 public void SetOnChildReceive(ChildEventArgs Args)
 {
     OnChildReceiveEvent?.Invoke(Args);
 }
Beispiel #3
0
 public void SetOnChildError(ChildEventArgs Args)
 {
     OnChildErrorEvent?.Invoke(Args);
 }