Example #1
0
 private void CancelAction()
 {
     actionContainer.ClearPreview();
     Deactivate();
     operationCanceled?.Invoke();
 }