public void CancelOperation() { ProgressService.Cancel(); //// run deletage //if (Cancel == null) //{ // return; //} //Cancelled = true; //Cancel(); Window.Close(); }
private void CancelProgress() { ProgressService.Cancel(); }