Esempio n. 1
0
 public void End()
 {
     CommunicationHandler?.Invoke(null, new CommunicationEventArgs()
     {
         Description = "end"
     });
 }
Esempio n. 2
0
 private void OnCommunicationHandler(object arg1, CommunicationEventArgs arg2)
 {
     CommunicationHandler?.Invoke(arg1, arg2);
 }