Ejemplo n.º 1
0
 public void Quit()
 {
     _dialogService.ConfirmExit();
 }
 public void Quit()
 {
     IsBusy = true;
     _dialogService.ConfirmExit();
 }