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