Esempio n. 1
0
 private void CancelReqHandle()
 {
     ClosingConnection?.Invoke(this, new EventArgs());
     CancellationEvent?.Invoke(this, new EventArgs());
     StateProcess = StateProcessEnum.Cancelled;
 }
Esempio n. 2
0
 public void LostCustomerConnection()
 {
     CancellationEvent?.Invoke(this, new EventArgs());
     StateProcess = StateProcessEnum.Cancelled;
 }